reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
144 CN->getValueType(0).getSimpleVT() == llvm::MVT::ppcf128) { 145 uint64_t words[2] = { CN->getValueAPF().bitcastToAPInt().getRawData()[1], 146 CN->getValueAPF().bitcastToAPInt().getRawData()[0] }; 148 return DAG.getConstant(Val, SDLoc(CN), 150 CN->getValueType(0))); 152 return DAG.getConstant(CN->getValueAPF().bitcastToAPInt(), SDLoc(CN), 152 return DAG.getConstant(CN->getValueAPF().bitcastToAPInt(), SDLoc(CN), 154 CN->getValueType(0)));