HomeSort by relevance Sort by last modified time
    Searched refs:isEquality (Results 1 - 25 of 69) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
CmpInstAnalysis.cpp 63 (CmpInst::isSigned(p1) && ICmpInst::isEquality(p2)) ||
64 (CmpInst::isSigned(p2) && ICmpInst::isEquality(p1));
BranchProbabilityInfo.cpp 401 if (!CI || !CI->isEquality())
777 if (FCmp->isEquality()) {
    [all...]
  /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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
InstCombineSelect.cpp 72 !ICmpInst::isEquality(Pred))
112 if (ICmpInst::isEquality(Pred)) {
124 assert(ICmpInst::isEquality(Pred) && "Not equality test?");
513 if (IC->isEquality()) {
659 if (!ICI->isEquality() || !match(CmpRHS, m_Zero()))
    [all...]
InstCombineAndOrXor.cpp 352 if (!ICmpInst::isEquality(PredL))
394 if (!ICmpInst::isEquality(PredR))
580 assert(ICmpInst::isEquality(PredL) && ICmpInst::isEquality(PredR) &&
617 assert(ICmpInst::isEquality(PredL) && ICmpInst::isEquality(PredR) &&
    [all...]
InstCombineCasts.cpp     [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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
BranchProbabilityInfo.cpp 231 if (!CI || !CI->isEquality())
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMCodeGenPrepare.cpp 503 return ICmp->isEquality() || !ICmp->isSigned();
ARMFastISel.cpp 195 bool isZExt, bool isEquality);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 573 if (!CI || !CI->isEquality())
    [all...]

Completed in 2708 milliseconds

1 2 3