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

  /external/llvm/lib/Transforms/Scalar/
AlignmentFromAssumptions.cpp 227 Value *CmpRHS = ICI->getOperand(1);
229 const SCEV *CmpRHSSCEV = SE->getSCEV(CmpRHS);
231 std::swap(CmpLHS, CmpRHS);
GVN.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 306 Value *CmpRHS = IC->getOperand(1);
308 if (!match(CmpRHS, m_Zero()))
363 Value *CmpRHS = ICI->getOperand(1);
366 if (!ICI->isEquality() || !match(CmpRHS, m_Zero()))
409 Value *CmpRHS = ICI->getOperand(1);
417 if (ConstantInt *CI = dyn_cast<ConstantInt>(CmpRHS)) {
444 else if (CmpRHS->getType()->getScalarSizeInBits()
482 CmpRHS = AdjustedRHS;
486 ICI->setOperand(1, CmpRHS);
507 if (ConstantInt *Cmp = dyn_cast<ConstantInt>(CmpRHS)) {
    [all...]
InstCombineCompares.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...]
TargetLowering.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]

Completed in 660 milliseconds