Home
last modified time | relevance | path

Searched defs:CmpRHS (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp374 Value *CmpRHS = IC->getOperand(1); in foldSelectICmpAndOr() local
423 Value *CmpRHS = ICI->getOperand(1); in visitSelectInstWithICmp() local
DInstCombineCompares.cpp807 ConstantInt *CmpRHS = cast<ConstantInt>(ICI.getOperand(1)); in FoldICmpDivCst() local
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1511 SDValue CmpRHS = DAG.getConstant(C1.lshr(ShiftBits), CmpTy); in SimplifySetCC() local
1539 SDValue CmpRHS = DAG.getConstant(NewC, CmpTy); in SimplifySetCC() local
DSelectionDAGBuilder.h212 const Value *CmpLHS, *CmpMHS, *CmpRHS; member
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp1694 Value *CmpLHS = Cmp->getOperand(0), *CmpRHS = Cmp->getOperand(1); in ExtractEquivalentCondition() local