Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DAutoUpgrade.h79 Instruction *UpgradeBitCastInst(unsigned Opc, Value *V, Type *DestTy,
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAutoUpgrade.cpp4443 Instruction *llvm::UpgradeBitCastInst(unsigned Opc, Value *V, Type *DestTy, in UpgradeBitCastInst() function in llvm
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4901 if ((I = UpgradeBitCastInst(Opc, Op, ResTy, Temp))) { in parseFunctionBody()