Searched defs:BitCast (Results 1 – 7 of 7) sorted by relevance
92 BitCastInst *BitCast = new BitCastInst( in handleParam() local
207 Value *BitCast = Builder.CreateBitCast(Alloca, VectorTy->getPointerTo(0)); in tryPromoteAllocaToVector() local217 Value *BitCast = Builder.CreateBitCast(Alloca, VectorTy->getPointerTo(0)); in tryPromoteAllocaToVector() local
86 Value *BitCast = Builder.CreateBitCast(Ptr, in visitLoadInst() local
438 SDValue BitCast = CurDAG->getNode(ISD::BITCAST, SDLoc(N), in Select() local
196 | BitCast Constructor
254 | BitCast Constructor
217 BitCast Opcode = C.LLVMBitCast const