Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DAutoUpgrade.h77 Value *UpgradeBitCastExpr(unsigned Opc, Constant *C, Type *DestTy);
/freebsd-12.1/contrib/llvm/lib/IR/
H A DAutoUpgrade.cpp3605 Value *llvm::UpgradeBitCastExpr(unsigned Opc, Constant *C, Type *DestTy) { in UpgradeBitCastExpr() function in llvm
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2394 V = UpgradeBitCastExpr(Opc, Op, CurTy); in parseConstants()