Home
last modified time | relevance | path

Searched refs:getCastOpcode (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5536 CastInst::Create(CastInst::getCastOpcode(ICmpScaledV, false, in Expand()
5552 CastInst::getCastOpcode(C, false, OpTy, false), C, OpTy, in Expand()
5639 CastInst::Create(CastInst::getCastOpcode(FullV, false, in RewriteForPHI()
5714 CastInst::Create(CastInst::getCastOpcode(FullV, false, OpTy, false), in Rewrite()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h672 static Instruction::CastOps getCastOpcode(
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp157 Instruction::CastOps Op = CastInst::getCastOpcode(V, false, Ty, false); in InsertNoopCastOfTo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp842 CastInst::getCastOpcode(Ops[i], true, NewType, true), Ops[i], NewType, in CastGEPIndices()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4042 CastInst::getCastOpcode(*AI, false, PTy, false); in transformConstExprCastCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3950 return map_to_llvmopcode(CastInst::getCastOpcode( in LLVMGetCastOpcode()
H A DInstructions.cpp3615 CastInst::getCastOpcode( in getCastOpcode() function in CastInst