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