Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DProfilingUtils.cpp73 Instruction::CastOps opcode = CastInst::getCastOpcode(AI, false, ArgVTy, in InsertProfilingInitCall()
89 opcode = CastInst::getCastOpcode(InitCall, true, AI->getType(), true); in InsertProfilingInitCall()
93 opcode = CastInst::getCastOpcode(AI, true, in InsertProfilingInitCall()
/external/llvm/unittests/VMCore/
DInstructionsTest.cpp133 EXPECT_EQ(CastInst::Trunc, CastInst::getCastOpcode(c64, true, V8x8Ty, true)); in TEST()
134 EXPECT_EQ(CastInst::SExt, CastInst::getCastOpcode(c8, true, V8x64Ty, true)); in TEST()
/external/llvm/lib/VMCore/
DConstantFold.cpp379 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedSizeOf()
396 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedAlignOf()
445 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedAlignOf()
460 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, false, in getFoldedOffsetOf()
484 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, in getFoldedOffsetOf()
500 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedOffsetOf()
616 Idx = ConstantExpr::getCast(CastInst::getCastOpcode(Idx, true, in ConstantFoldCastInstruction()
DInstructions.cpp2511 CastInst::getCastOpcode( in getCastOpcode() function in CastInst
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1151 Instruction::CastOps opcode = CastInst::getCastOpcode(*AI, in transformConstExprCastCall()
1178 CastInst::getCastOpcode(*AI, false, PTy, false); in transformConstExprCastCall()
1222 CastInst::getCastOpcode(NC, false, OldRetTy, false); in transformConstExprCastCall()
/external/llvm/include/llvm/
DInstrTypes.h540 static Instruction::CastOps getCastOpcode(
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp4336 CastInst::Create(CastInst::getCastOpcode(ICmpScaledV, false, in Expand()
4349 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in Expand()
4419 CastInst::Create(CastInst::getCastOpcode(FullV, false, in RewriteForPHI()
4449 CastInst::Create(CastInst::getCastOpcode(FullV, false, OpTy, false), in Rewrite()
/external/llvm/lib/Analysis/
DConstantFolding.cpp585 NewIdxs.push_back(ConstantExpr::getCast(CastInst::getCastOpcode(Ops[i], in CastGEPIndices()
DScalarEvolutionExpander.cpp89 Instruction::CastOps Op = CastInst::getCastOpcode(V, false, Ty, false); in InsertNoopCastOfTo()
DScalarEvolution.cpp5149 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in computeSCEVAtScope()