Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAutoUpgrade.h80 Value *UpgradeBitCastExpr(unsigned Opc, Constant *C, Type *DestTy);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAutoUpgrade.cpp4007 Value *llvm::UpgradeBitCastExpr(unsigned Opc, Constant *C, Type *DestTy) { in UpgradeBitCastExpr() function in llvm
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2662 V = UpgradeBitCastExpr(Opc, Op, CurTy); in parseConstants()