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

  /external/llvm/unittests/IR/
InstructionsTest.cpp 412 TEST(InstructionsTest, isEliminableCastPair) {
421 EXPECT_EQ(CastInst::isEliminableCastPair(CastInst::PtrToInt,
429 EXPECT_EQ(CastInst::isEliminableCastPair(CastInst::PtrToInt,
437 EXPECT_EQ(CastInst::isEliminableCastPair(CastInst::PtrToInt,
444 EXPECT_EQ(CastInst::isEliminableCastPair(CastInst::IntToPtr,
451 EXPECT_EQ(CastInst::isEliminableCastPair(CastInst::IntToPtr,
470 EXPECT_EQ(CastInst::isEliminableCastPair(CastInst::IntToPtr,
477 EXPECT_EQ(CastInst::isEliminableCastPair(CastInst::AddrSpaceCast,
484 EXPECT_EQ(CastInst::isEliminableCastPair(CastInst::IntToPtr,
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCasts.cpp 227 /// This function is a wrapper around CastInst::isEliminableCastPair. It
230 isEliminableCastPair(
244 unsigned Res = CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy,
271 if (isEliminableCastPair(CI, opc, Ty, TD))
291 isEliminableCastPair(CSrc, CI.getOpcode(), CI.getType(), TD)) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 231 /// This function is a wrapper around CastInst::isEliminableCastPair. It
234 isEliminableCastPair(const CastInst *CI, ///< First cast instruction
250 unsigned Res = CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy,
275 if (isEliminableCastPair(CI, opc, Ty, DL))
295 isEliminableCastPair(CSrc, CI.getOpcode(), CI.getType(), DL)) {
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
InstrTypes.h 587 static unsigned isEliminableCastPair(
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 814 static unsigned isEliminableCastPair
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
InstrTypes.h     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 71 /// expressions together. It uses CastInst::isEliminableCastPair to determine
95 // Let CastInst::isEliminableCastPair do the heavy lifting.
96 return CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy, DstTy,
    [all...]
Instructions.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantFold.cpp 74 /// 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 662 milliseconds