Searched defs:CmpRHS (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp360 Value *CmpRHS = ICI->getOperand(1); local
[all...]
H A DInstCombineCompares.cpp775 ConstantInt *CmpRHS = cast<ConstantInt>(ICI.getOperand(1)); local
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h212 const Value *CmpLHS, *CmpMHS, *CmpRHS; member in struct:llvm::SelectionDAGBuilder::CaseBlock
H A DTargetLowering.cpp2345 SDValue CmpRHS = DAG.getConstant(C1.lshr(ShiftBits), CmpTy); local
2373 SDValue CmpRHS = DAG.getConstant(NewC, CmpTy); local

Completed in 95 milliseconds