Searched refs:UpgradeBitCastInst (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | AutoUpgrade.h | 60 Instruction *UpgradeBitCastInst(unsigned Opc, Value *V, Type *DestTy,
|
/external/swiftshader/third_party/llvm-7.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-7.0/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 3473 Instruction *llvm::UpgradeBitCastInst(unsigned Opc, Value *V, Type *DestTy, in UpgradeBitCastInst() function in llvm
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 3578 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()
|