|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/IR/InstrTypes.h 634 static Instruction::CastOps getCastOpcode(
References
lib/Analysis/ConstantFolding.cpp 781 NewIdxs.push_back(ConstantExpr::getCast(CastInst::getCastOpcode(Ops[i],
lib/Analysis/ScalarEvolution.cpp 8237 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
lib/Analysis/ScalarEvolutionExpander.cpp 110 Instruction::CastOps Op = CastInst::getCastOpcode(V, false, Ty, false);
lib/IR/ConstantFold.cpp 398 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
413 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
462 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
475 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, false,
499 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo,
515 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
654 Idx = ConstantExpr::getCast(CastInst::getCastOpcode(Idx, true,
lib/Transforms/InstCombine/InstCombineCalls.cpp 4603 CastInst::getCastOpcode(*AI, false, PTy, false);
lib/Transforms/Scalar/LoopStrengthReduce.cpp 5276 CastInst::Create(CastInst::getCastOpcode(ICmpScaledV, false,
5291 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
5368 CastInst::Create(CastInst::getCastOpcode(FullV, false,
5435 CastInst::Create(CastInst::getCastOpcode(FullV, false, OpTy, false),
lib/Transforms/Vectorize/LoopVectorize.cpp 3019 CastInst::getCastOpcode(CountRoundDown, true, StepType, true);
unittests/IR/InstructionsTest.cpp 226 EXPECT_EQ(CastInst::Trunc, CastInst::getCastOpcode(c64, true, V8x8Ty, true));
227 EXPECT_EQ(CastInst::SExt, CastInst::getCastOpcode(c8, true, V8x64Ty, true));
242 EXPECT_EQ(CastInst::AddrSpaceCast, CastInst::getCastOpcode(v2ptr32, true,