Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DInstructionsTest.cpp215 EXPECT_EQ(CastInst::Trunc, CastInst::getCastOpcode(c64, true, V8x8Ty, true)); in TEST()
216 EXPECT_EQ(CastInst::SExt, CastInst::getCastOpcode(c8, true, V8x64Ty, true)); in TEST()
231 EXPECT_EQ(CastInst::AddrSpaceCast, CastInst::getCastOpcode(v2ptr32, true, in TEST()
/external/llvm/lib/IR/
DConstantFold.cpp397 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedSizeOf()
414 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedAlignOf()
463 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedAlignOf()
478 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, false, in getFoldedOffsetOf()
502 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, in getFoldedOffsetOf()
518 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in getFoldedOffsetOf()
642 Idx = ConstantExpr::getCast(CastInst::getCastOpcode(Idx, true, in ConstantFoldCastInstruction()
DInstructions.cpp2906 CastInst::getCastOpcode( in getCastOpcode() function in CastInst
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp4601 CastInst::Create(CastInst::getCastOpcode(ICmpScaledV, false, in Expand()
4616 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in Expand()
4691 CastInst::Create(CastInst::getCastOpcode(FullV, false, in RewriteForPHI()
4721 CastInst::Create(CastInst::getCastOpcode(FullV, false, OpTy, false), in Rewrite()
/external/llvm/include/llvm/IR/
DInstrTypes.h781 static Instruction::CastOps getCastOpcode(
/external/llvm/lib/Analysis/
DConstantFolding.cpp692 NewIdxs.push_back(ConstantExpr::getCast(CastInst::getCastOpcode(Ops[i], in CastGEPIndices()
DScalarEvolutionExpander.cpp115 Instruction::CastOps Op = CastInst::getCastOpcode(V, false, Ty, false); in InsertNoopCastOfTo()
DScalarEvolution.cpp6284 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in computeSCEVAtScope()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2252 CastInst::getCastOpcode(*AI, false, PTy, false); in transformConstExprCastCall()