Searched refs:getCastOpcode (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | InstructionsTest.cpp | 240 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 D | ReleaseNotes.rst | 275 This function is a direct wrapper of ``CastInst::getCastOpcode``.
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 5433 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 D | InstrTypes.h | 618 static Instruction::CastOps getCastOpcode(
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.cpp | 156 Instruction::CastOps Op = CastInst::getCastOpcode(V, false, Ty, false); in InsertNoopCastOfTo()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 844 NewIdxs.push_back(ConstantExpr::getCast(CastInst::getCastOpcode(Ops[i], in CastGEPIndices()
|
| H A D | ScalarEvolution.cpp | 9672 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in computeSCEVAtScope()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 3403 CastInst::getCastOpcode(*AI, false, PTy, false); in transformConstExprCastCall()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 3138 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 D | Instructions.cpp | 3467 CastInst::getCastOpcode( in getCastOpcode() function in CastInst
|
| H A D | Core.cpp | 3878 return map_to_llvmopcode(CastInst::getCastOpcode( in LLVMGetCastOpcode()
|