Searched refs:UpgradeBitCastExpr (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | AutoUpgrade.h | 66 Value *UpgradeBitCastExpr(unsigned Opc, Constant *C, Type *DestTy);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | AutoUpgrade.h | 77 Value *UpgradeBitCastExpr(unsigned Opc, Constant *C, Type *DestTy);
|
/external/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 1418 Value *llvm::UpgradeBitCastExpr(unsigned Opc, Constant *C, Type *DestTy) { in UpgradeBitCastExpr() function in llvm
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 3495 Value *llvm::UpgradeBitCastExpr(unsigned Opc, Constant *C, Type *DestTy) { in UpgradeBitCastExpr() function in llvm
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2357 V = UpgradeBitCastExpr(Opc, Op, CurTy); in parseConstants()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 3093 V = UpgradeBitCastExpr(Opc, Op, CurTy); in parseConstants()
|