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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 374 Value *CmpRHS = IC->getOperand(1);
376 if (!match(CmpRHS, m_Zero()))
423 Value *CmpRHS = ICI->getOperand(1);
431 if (ConstantInt *CI = dyn_cast<ConstantInt>(CmpRHS)) {
466 else if (CmpRHS->getType()->getScalarSizeInBits()
504 CmpRHS = AdjustedRHS;
508 ICI->setOperand(1, CmpRHS);
529 if (ConstantInt *Cmp = dyn_cast<ConstantInt>(CmpRHS)) {
557 if (SimplifyWithOpReplaced(FalseVal, CmpLHS, CmpRHS, TD, TLI) == TrueVal ||
558 SimplifyWithOpReplaced(FalseVal, CmpRHS, CmpLHS, TD, TLI) == TrueVal
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 197 CaseBlock(ISD::CondCode cc, const Value *cmplhs, const Value *cmprhs,
202 : CC(cc), CmpLHS(cmplhs), CmpMHS(cmpmiddle), CmpRHS(cmprhs),
209 // CmpLHS/CmpRHS/CmpMHS - The LHS/MHS/RHS of the comparison to emit.
212 const Value *CmpLHS, *CmpMHS, *CmpRHS;
TargetLowering.cpp     [all...]

Completed in 54 milliseconds