Lines Matching refs:FoldBitCast
55 Constant *FoldBitCast(Constant *C, Type *DestTy, const DataLayout &DL) { in FoldBitCast() function
113 return FoldBitCast(ConstantVector::get(Ops), DestTy, DL); in FoldBitCast()
145 C = FoldBitCast(C, DestIVTy, DL); in FoldBitCast()
316 C = FoldBitCast(C, Type::getInt64Ty(C->getContext()), DL); in ReadDataFromGlobal()
320 C = FoldBitCast(C, Type::getInt32Ty(C->getContext()), DL); in ReadDataFromGlobal()
324 C = FoldBitCast(C, Type::getInt16Ty(C->getContext()), DL); in ReadDataFromGlobal()
434 C = FoldBitCast(C, MapTy->getPointerTo(AS), DL); in FoldReinterpretLoadFromConstPtr()
436 return FoldBitCast(Res, LoadTy, DL); in FoldReinterpretLoadFromConstPtr()
908 C = FoldBitCast(C, ResTy, DL); in SymbolicallyEvaluateGEP()
1220 return FoldBitCast(CE->getOperand(0), DestTy, DL); in ConstantFoldCastOperand()
1238 return FoldBitCast(C, DestTy, DL); in ConstantFoldCastOperand()