Searched refs:getCastOpcode (Results 1 – 9 of 9) sorted by relevance
/external/llvm/unittests/IR/ |
D | InstructionsTest.cpp | 215 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/ |
D | ConstantFold.cpp | 397 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()
|
D | Instructions.cpp | 2906 CastInst::getCastOpcode( in getCastOpcode() function in CastInst
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 4601 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/ |
D | InstrTypes.h | 781 static Instruction::CastOps getCastOpcode(
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 692 NewIdxs.push_back(ConstantExpr::getCast(CastInst::getCastOpcode(Ops[i], in CastGEPIndices()
|
D | ScalarEvolutionExpander.cpp | 115 Instruction::CastOps Op = CastInst::getCastOpcode(V, false, Ty, false); in InsertNoopCastOfTo()
|
D | ScalarEvolution.cpp | 6284 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false, in computeSCEVAtScope()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 2252 CastInst::getCastOpcode(*AI, false, PTy, false); in transformConstExprCastCall()
|