Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAutoUpgrade.h92 LLVM_ABI Constant *UpgradeBitCastExpr(unsigned Opc, Constant *C,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp5186 Constant *llvm::UpgradeBitCastExpr(unsigned Opc, Constant *C, Type *DestTy) { in UpgradeBitCastExpr() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1587 C = UpgradeBitCastExpr(BC->Opcode, ConstOps[0], BC->getType()); in materializeValue()