Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5384 CastInst::Create(CastInst::getCastOpcode(ICmpScaledV, false, in Expand()
5399 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in Expand()
5477 CastInst::Create(CastInst::getCastOpcode(FullV, false, in RewriteForPHI()
5544 CastInst::Create(CastInst::getCastOpcode(FullV, false, OpTy, false), in Rewrite()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h619 static Instruction::CastOps getCastOpcode(
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp158 Instruction::CastOps Op = CastInst::getCastOpcode(V, false, Ty, false); in InsertNoopCastOfTo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp852 NewIdxs.push_back(ConstantExpr::getCast(CastInst::getCastOpcode(Ops[i], in CastGEPIndices()
H A DScalarEvolution.cpp8933 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in computeSCEVAtScope()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2757 CastInst::getCastOpcode(*AI, false, PTy, false); in transformConstExprCastCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3561 CastInst::getCastOpcode(VectorTripCount, true, StepType, true); in createInductionResumeValues()
3570 CastOp = CastInst::getCastOpcode(AdditionalBypass.second, true, in createInductionResumeValues()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3248 CastInst::getCastOpcode( in getCastOpcode() function in CastInst