HomeSort by relevance Sort by last modified time
    Searched refs:getCastOpcode (Results 1 - 9 of 9) sorted by null

  /external/llvm/unittests/IR/
InstructionsTest.cpp 215 EXPECT_EQ(CastInst::Trunc, CastInst::getCastOpcode(c64, true, V8x8Ty, true));
216 EXPECT_EQ(CastInst::SExt, CastInst::getCastOpcode(c8, true, V8x64Ty, true));
231 EXPECT_EQ(CastInst::AddrSpaceCast, CastInst::getCastOpcode(v2ptr32, true,
  /external/llvm/lib/IR/
ConstantFold.cpp 383 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
400 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
449 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
464 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo, false,
488 Constant *N = ConstantExpr::getCast(CastInst::getCastOpcode(FieldNo,
504 C = ConstantExpr::getCast(CastInst::getCastOpcode(C, false,
623 Idx = ConstantExpr::getCast(CastInst::getCastOpcode(Idx, true,
    [all...]
Instructions.cpp     [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 528 /// @brief Check whether it is valid to call getCastOpcode for these types.
543 static Instruction::CastOps getCastOpcode(
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 689 NewIdxs.push_back(ConstantExpr::getCast(CastInst::getCastOpcode(Ops[i],
    [all...]
ScalarEvolutionExpander.cpp 89 Instruction::CastOps Op = CastInst::getCastOpcode(V, false, Ty, false);
    [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]

Completed in 233 milliseconds