Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DAutoUpgrade.h61 Value *UpgradeBitCastExpr(unsigned Opc, Constant *C, Type *DestTy);
/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DAutoUpgrade.cpp621 Value *llvm::UpgradeBitCastExpr(unsigned Opc, Constant *C, Type *DestTy) { in UpgradeBitCastExpr() function in llvm
/minix/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1631 V = UpgradeBitCastExpr(Opc, Op, CurTy); in ParseConstants()