Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DAutoUpgrade.h61 Value *UpgradeBitCastExpr(unsigned Opc, Constant *C, Type *DestTy);
/external/llvm/lib/IR/
DAutoUpgrade.cpp862 Value *llvm::UpgradeBitCastExpr(unsigned Opc, Constant *C, Type *DestTy) { in UpgradeBitCastExpr() function in llvm
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2743 V = UpgradeBitCastExpr(Opc, Op, CurTy); in parseConstants()