Home
last modified time | relevance | path

Searched refs:UpgradeBitCastExpr (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/IR/
DAutoUpgrade.h66 Value *UpgradeBitCastExpr(unsigned Opc, Constant *C, Type *DestTy);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DAutoUpgrade.h77 Value *UpgradeBitCastExpr(unsigned Opc, Constant *C, Type *DestTy);
/external/llvm/lib/IR/
DAutoUpgrade.cpp1418 Value *llvm::UpgradeBitCastExpr(unsigned Opc, Constant *C, Type *DestTy) { in UpgradeBitCastExpr() function in llvm
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAutoUpgrade.cpp3495 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/
DBitcodeReader.cpp2357 V = UpgradeBitCastExpr(Opc, Op, CurTy); in parseConstants()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3093 V = UpgradeBitCastExpr(Opc, Op, CurTy); in parseConstants()