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

  /external/llvm/unittests/IR/
InstructionsTest.cpp 255 TEST(InstructionsTest, isEliminableCastPair) {
263 EXPECT_EQ(CastInst::isEliminableCastPair(CastInst::PtrToInt,
270 EXPECT_EQ(CastInst::isEliminableCastPair(CastInst::PtrToInt,
277 EXPECT_EQ(CastInst::isEliminableCastPair(CastInst::IntToPtr,
284 EXPECT_EQ(CastInst::isEliminableCastPair(CastInst::IntToPtr,
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 231 /// This function is a wrapper around CastInst::isEliminableCastPair. It
234 isEliminableCastPair(
253 unsigned Res = CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy,
278 if (isEliminableCastPair(CI, opc, Ty, TD))
298 isEliminableCastPair(CSrc, CI.getOpcode(), CI.getType(), TD)) {
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 585 static unsigned isEliminableCastPair(
    [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 71 /// expressions together. It uses CastInst::isEliminableCastPair to determine
93 // Let CastInst::isEliminableCastPair do the heavy lifting.
94 return CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy, DstTy,
    [all...]
Instructions.cpp     [all...]

Completed in 539 milliseconds