Searched defs:BitCast (Results 1 – 5 of 5) sorted by relevance
288 inline Dest BitCast(const Source& source) { in BitCast() function299 inline Dest BitCast(Source* source) { in BitCast() function
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
189 | BitCast Constructor
245 | BitCast Constructor