Home
last modified time | relevance | path

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

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