Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAutoUpgrade.h80 Instruction *UpgradeBitCastInst(unsigned Opc, Value *V, Type *DestTy,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp4841 Instruction *llvm::UpgradeBitCastInst(unsigned Opc, Value *V, Type *DestTy, in UpgradeBitCastInst() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5107 if ((I = UpgradeBitCastInst(Opc, Op, ResTy, Temp))) { in parseFunctionBody()