Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstantFold.cpp396 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedSizeOf()
411 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedAlignOf()
460 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedAlignOf()
473 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, false, in getFoldedOffsetOf()
497 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, in getFoldedOffsetOf()
513 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedOffsetOf()
652 Idx = ConstantExpr::getCast(CastInst::getCastOpcode(Idx, true, in ConstantFoldCastInstruction()
H A DInstructions.cpp2911 CastInst::getCastOpcode( in getCastOpcode() function in CastInst
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5183 CastInst::Create(CastInst::getCastOpcode(ICmpScaledV, false, in Expand()
5198 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in Expand()
5272 CastInst::Create(CastInst::getCastOpcode(FullV, false, in RewriteForPHI()
5301 CastInst::Create(CastInst::getCastOpcode(FullV, false, OpTy, false), in Rewrite()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstrTypes.h548 static Instruction::CastOps getCastOpcode(
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp763 NewIdxs.push_back(ConstantExpr::getCast(CastInst::getCastOpcode(Ops[i], in CastGEPIndices()
H A DScalarEvolutionExpander.cpp113 Instruction::CastOps Op = CastInst::getCastOpcode(V, false, Ty, false); in InsertNoopCastOfTo()
H A DScalarEvolution.cpp8155 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in computeSCEVAtScope()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4508 CastInst::getCastOpcode(*AI, false, PTy, false); in transformConstExprCastCall()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2840 CastInst::getCastOpcode(CountRoundDown, true, StepType, true); in createVectorizedLoopSkeleton()