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

  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineSelect.cpp 348 Value *CmpRHS = ICI->getOperand(1);
356 if (ConstantInt *CI = dyn_cast<ConstantInt>(CmpRHS)) {
391 else if (CmpRHS->getType()->getScalarSizeInBits()
429 CmpRHS = AdjustedRHS;
433 ICI->setOperand(1, CmpRHS);
454 if (ConstantInt *Cmp = dyn_cast<ConstantInt>(CmpRHS)) {
482 if (SimplifyWithOpReplaced(FalseVal, CmpLHS, CmpRHS, TD) == TrueVal ||
483 SimplifyWithOpReplaced(FalseVal, CmpRHS, CmpLHS, TD) == TrueVal)
485 if (SimplifyWithOpReplaced(TrueVal, CmpLHS, CmpRHS, TD) == FalseVal ||
486 SimplifyWithOpReplaced(TrueVal, CmpRHS, CmpLHS, TD) == FalseVal
    [all...]
InstCombineCompares.cpp 743 /// FoldICmpDivCst - Fold "icmp pred, ([su]div X, DivRHS), CmpRHS" where DivRHS
744 /// and CmpRHS are both known to be integer constants.
747 ConstantInt *CmpRHS = cast<ConstantInt>(ICI.getOperand(1));
748 const APInt &CmpRHSV = CmpRHS->getValue();
775 Constant *Prod = ConstantExpr::getMul(CmpRHS, DivRHS);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 317 Value *CmpRHS = IC->getOperand(1);
319 if (!match(CmpRHS, m_Zero()))
374 Value *CmpRHS = ICI->getOperand(1);
377 if (!ICI->isEquality() || !match(CmpRHS, m_Zero()))
420 Value *CmpRHS = ICI->getOperand(1);
428 if (ConstantInt *CI = dyn_cast<ConstantInt>(CmpRHS)) {
455 else if (CmpRHS->getType()->getScalarSizeInBits()
493 CmpRHS = AdjustedRHS;
497 ICI->setOperand(1, CmpRHS);
518 if (ConstantInt *Cmp = dyn_cast<ConstantInt>(CmpRHS)) {
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
AlignmentFromAssumptions.cpp 216 Value *CmpRHS = ICI->getOperand(1);
218 const SCEV *CmpRHSSCEV = SE->getSCEV(CmpRHS);
220 std::swap(CmpLHS, CmpRHS);
GuardWidening.cpp 501 Value *CmpLHS = IC->getOperand(0), *CmpRHS = IC->getOperand(1);
503 std::swap(CmpLHS, CmpRHS);
508 CmpLHS, cast<ConstantInt>(ConstantInt::getNullValue(CmpRHS->getType())),
509 CmpRHS, IC);
GVN.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 206 CaseBlock(ISD::CondCode cc, const Value *cmplhs, const Value *cmprhs,
211 : CC(cc), CmpLHS(cmplhs), CmpMHS(cmpmiddle), CmpRHS(cmprhs),
218 // CmpLHS/CmpRHS/CmpMHS - The LHS/MHS/RHS of the comparison to emit.
221 const Value *CmpLHS, *CmpMHS, *CmpRHS;
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 219 CaseBlock(ISD::CondCode cc, const Value *cmplhs, const Value *cmprhs,
224 : CC(cc), CmpLHS(cmplhs), CmpMHS(cmpmiddle), CmpRHS(cmprhs),
231 // CmpLHS/CmpRHS/CmpMHS - The LHS/MHS/RHS of the comparison to emit.
234 const Value *CmpLHS, *CmpMHS, *CmpRHS;
    [all...]
SelectionDAGBuilder.cpp     [all...]
TargetLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
InstructionSimplify.cpp     [all...]

Completed in 536 milliseconds