Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DAutoUpgrade.h85 Constant *UpgradeBitCastExpr(unsigned Opc, Constant *C, Type *DestTy);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAutoUpgrade.cpp4465 Constant *llvm::UpgradeBitCastExpr(unsigned Opc, Constant *C, Type *DestTy) { in UpgradeBitCastExpr() function in llvm
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1473 C = UpgradeBitCastExpr(BC->Opcode, ConstOps[0], BC->getType()); in materializeValue()