Searched refs:UpgradeBitCastInst (Results 1 – 9 of 9) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | AutoUpgrade.h | 60 Instruction *UpgradeBitCastInst(unsigned Opc, Value *V, Type *DestTy,
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | AutoUpgrade.h | 74 Instruction *UpgradeBitCastInst(unsigned Opc, Value *V, Type *DestTy,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | AutoUpgrade.h | 71 Instruction *UpgradeBitCastInst(unsigned Opc, Value *V, Type *DestTy,
|
/external/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 1396 Instruction *llvm::UpgradeBitCastInst(unsigned Opc, Value *V, Type *DestTy, in UpgradeBitCastInst() function in llvm
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 3787 Instruction *llvm::UpgradeBitCastInst(unsigned Opc, Value *V, Type *DestTy, in UpgradeBitCastInst() function in llvm
|
/external/llvm-project/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 3931 Instruction *llvm::UpgradeBitCastInst(unsigned Opc, Value *V, Type *DestTy, in UpgradeBitCastInst() function in llvm
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 3938 if ((I = UpgradeBitCastInst(Opc, Op, ResTy, Temp))) { in parseFunctionBody()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4566 if ((I = UpgradeBitCastInst(Opc, Op, ResTy, Temp))) { in parseFunctionBody()
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4038 if ((I = UpgradeBitCastInst(Opc, Op, ResTy, Temp))) { in parseFunctionBody()
|