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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 36 Value *CmpRHS = ICI->getOperand(1);
41 RHS = CmpRHS;
44 if (TrueVal == CmpLHS && FalseVal == CmpRHS) {
59 if (TrueVal == CmpRHS && FalseVal == CmpLHS) {
73 if (ConstantInt *C1 = dyn_cast<ConstantInt>(CmpRHS)) {
399 Value *CmpRHS = IC->getOperand(1);
401 if (!match(CmpRHS, m_Zero()))
456 Value *CmpRHS = ICI->getOperand(1);
459 if (!ICI->isEquality() || !match(CmpRHS, m_Zero()))
504 Value *CmpRHS = ICI->getOperand(1)
    [all...]
InstCombineCompares.cpp 788 /// FoldICmpDivCst - Fold "icmp pred, ([su]div X, DivRHS), CmpRHS" where DivRHS
789 /// and CmpRHS are both known to be integer constants.
792 ConstantInt *CmpRHS = cast<ConstantInt>(ICI.getOperand(1));
793 const APInt &CmpRHSV = CmpRHS->getValue();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
AlignmentFromAssumptions.cpp 223 Value *CmpRHS = ICI->getOperand(1);
225 const SCEV *CmpRHSSCEV = SE->getSCEV(CmpRHS);
227 std::swap(CmpLHS, CmpRHS);
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 207 CaseBlock(ISD::CondCode cc, const Value *cmplhs, const Value *cmprhs,
212 : CC(cc), CmpLHS(cmplhs), CmpMHS(cmpmiddle), CmpRHS(cmprhs),
219 // CmpLHS/CmpRHS/CmpMHS - The LHS/MHS/RHS of the comparison to emit.
222 const Value *CmpLHS, *CmpMHS, *CmpRHS;
    [all...]
SelectionDAGBuilder.cpp     [all...]
TargetLowering.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]

Completed in 356 milliseconds