Searched refs:FoldBitCast (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 111 Constant *FoldBitCast(Constant *C, Type *DestTy, const DataLayout &DL) { in FoldBitCast() function 158 return FoldBitCast(ConstantVector::get(Ops), DestTy, DL); in FoldBitCast() 196 C = FoldBitCast(C, DestIVTy, DL); in FoldBitCast() 462 C = FoldBitCast(C, Type::getInt64Ty(C->getContext()), DL); in ReadDataFromGlobal() 466 C = FoldBitCast(C, Type::getInt32Ty(C->getContext()), DL); in ReadDataFromGlobal() 470 C = FoldBitCast(C, Type::getInt16Ty(C->getContext()), DL); in ReadDataFromGlobal() 588 Res = FoldBitCast(Res, CastTy, DL); in FoldReinterpretLoadFromConst() 1542 return FoldBitCast(CE->getOperand(0), DestTy, DL); in ConstantFoldCastOperand() 1559 return FoldBitCast(C, DestTy, DL); in ConstantFoldCastOperand()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 69 static Constant *FoldBitCast(Constant *V, Type *DestTy) { in FoldBitCast() function 254 return FoldBitCast(V, DestTy); in ConstantFoldCastInstruction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 19482 {"_Z11FoldBitCastPN4llvm8ConstantEPKNS_4TypeERKNS_10DataLayoutE", "FoldBitCast(llvm::Constant*, llv…
|