Searched refs:getCastOpcode (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Transforms/Instrumentation/ |
D | ProfilingUtils.cpp | 73 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/ |
D | InstructionsTest.cpp | 133 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/ |
D | ConstantFold.cpp | 379 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()
|
D | Instructions.cpp | 2511 CastInst::getCastOpcode( in getCastOpcode() function in CastInst
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 1151 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/ |
D | InstrTypes.h | 540 static Instruction::CastOps getCastOpcode(
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 4336 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/ |
D | ConstantFolding.cpp | 585 NewIdxs.push_back(ConstantExpr::getCast(CastInst::getCastOpcode(Ops[i], in CastGEPIndices()
|
D | ScalarEvolutionExpander.cpp | 89 Instruction::CastOps Op = CastInst::getCastOpcode(V, false, Ty, false); in InsertNoopCastOfTo()
|
D | ScalarEvolution.cpp | 5149 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in computeSCEVAtScope()
|