HomeSort by relevance Sort by last modified time
    Searched refs:isEquality (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/llvm/lib/Transforms/Utils/
CmpInstAnalysis.cpp 94 (CmpInst::isSigned(p1) && ICmpInst::isEquality(p2)) ||
95 (CmpInst::isSigned(p2) && ICmpInst::isEquality(p1));
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
InstCombineSelect.cpp 313 if (!IC || !IC->isEquality() || !SI.getType()->isIntegerTy())
377 if (!ICI->isEquality() || !match(CmpRHS, m_Zero()))
563 if (ICmpInst::isEquality(Pred) &&
773 if (!IC || !IC->isEquality() || !SI.getType()->isIntegerTy())
    [all...]
InstCombineAndOrXor.cpp 621 if (!ICmpInst::isEquality(LHSCC))
653 if (!ICmpInst::isEquality(RHSCC))
698 assert(ICmpInst::isEquality(LHSCC) && ICmpInst::isEquality(RHSCC) &&
    [all...]
InstCombineCasts.cpp 622 ICI->isEquality()) {
666 if (ICI->isEquality() && CI.getType() == ICI->getOperand(0)->getType()) {
    [all...]
InstCombinePHI.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCompares.cpp 759 if (!ICI.isEquality() && DivIsSigned != ICI.isSigned())
    [all...]
InstCombineAndOrXor.cpp 187 (CmpInst::isSigned(p1) && ICmpInst::isEquality(p2)) ||
188 (CmpInst::isSigned(p2) && ICmpInst::isEquality(p1));
776 if (LHSCC == RHSCC && ICmpInst::isEquality(LHSCC) &&
    [all...]
InstCombineCasts.cpp 544 ICI->isEquality()) {
589 if (ICI->isEquality() && CI.getType() == ICI->getOperand(0)->getType()) {
    [all...]
InstCombineSelect.cpp 587 if (!IC || !IC->isEquality())
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Instructions.h     [all...]
InstrTypes.h     [all...]
  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 317 if (!CI || !CI->isEquality())
497 if (FCmp->isEquality()) {
InstructionSimplify.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
BranchProbabilityInfo.cpp 231 if (!CI || !CI->isEquality())
LazyValueInfo.cpp 828 if (ICI->isEquality()) {
    [all...]

Completed in 1862 milliseconds

1 2 3