Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DAutoUpgrade.h55 Instruction *UpgradeBitCastInst(unsigned Opc, Value *V, Type *DestTy,
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DAutoUpgrade.cpp599 Instruction *llvm::UpgradeBitCastInst(unsigned Opc, Value *V, Type *DestTy, in UpgradeBitCastInst() function in llvm
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2723 if ((I = UpgradeBitCastInst(Opc, Op, ResTy, Temp))) { in ParseFunctionBody()