Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DInstructionsTest.cpp240 EXPECT_EQ(CastInst::Trunc, CastInst::getCastOpcode(c64, true, V8x8Ty, true)); in TEST()
241 EXPECT_EQ(CastInst::SExt, CastInst::getCastOpcode(c8, true, V8x64Ty, true)); in TEST()
255 EXPECT_EQ(CastInst::AddrSpaceCast, CastInst::getCastOpcode(v2ptr32, true, in TEST()
/llvm-project-15.0.7/llvm/docs/
H A DReleaseNotes.rst275 This function is a direct wrapper of ``CastInst::getCastOpcode``.
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5433 CastInst::Create(CastInst::getCastOpcode(ICmpScaledV, false, in Expand()
5448 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in Expand()
5526 CastInst::Create(CastInst::getCastOpcode(FullV, false, in RewriteForPHI()
5592 CastInst::Create(CastInst::getCastOpcode(FullV, false, OpTy, false), in Rewrite()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstrTypes.h618 static Instruction::CastOps getCastOpcode(
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp156 Instruction::CastOps Op = CastInst::getCastOpcode(V, false, Ty, false); in InsertNoopCastOfTo()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DConstantFolding.cpp844 NewIdxs.push_back(ConstantExpr::getCast(CastInst::getCastOpcode(Ops[i], in CastGEPIndices()
H A DScalarEvolution.cpp9672 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in computeSCEVAtScope()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3403 CastInst::getCastOpcode(*AI, false, PTy, false); in transformConstExprCastCall()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3138 CastInst::getCastOpcode(VectorTripCount, true, StepType, true); in createInductionResumeValues()
3148 CastOp = CastInst::getCastOpcode(AdditionalBypass.second, true, in createInductionResumeValues()
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstructions.cpp3467 CastInst::getCastOpcode( in getCastOpcode() function in CastInst
H A DCore.cpp3878 return map_to_llvmopcode(CastInst::getCastOpcode( in LLVMGetCastOpcode()