Lines Matching refs:FoldBitCast
53 static Constant *FoldBitCast(Constant *C, Type *DestTy, const DataLayout &DL) { in FoldBitCast() function
108 return FoldBitCast(ConstantVector::get(Ops), DestTy, DL); in FoldBitCast()
140 C = FoldBitCast(C, DestIVTy, DL); in FoldBitCast()
310 C = FoldBitCast(C, Type::getInt64Ty(C->getContext()), DL); in ReadDataFromGlobal()
314 C = FoldBitCast(C, Type::getInt32Ty(C->getContext()), DL); in ReadDataFromGlobal()
318 C = FoldBitCast(C, Type::getInt16Ty(C->getContext()), DL); in ReadDataFromGlobal()
429 C = FoldBitCast(C, MapTy, DL); in FoldReinterpretLoadFromConstPtr()
431 return FoldBitCast(Res, LoadTy, DL); in FoldReinterpretLoadFromConstPtr()
876 C = FoldBitCast(C, ResultTy, DL); in SymbolicallyEvaluateGEP()
1062 return FoldBitCast(CE->getOperand(0), DestTy, DL); in ConstantFoldInstOperands()
1080 return FoldBitCast(Ops[0], DestTy, DL); in ConstantFoldInstOperands()