Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp553 Value *CmpRHS = IC->getOperand(1); in foldSelectICmpLshrAshr() local
606 Value *CmpRHS = IC->getOperand(1); in foldSelectICmpAndOr() local
897 Value *CmpRHS = ICI->getOperand(1); in foldSelectCttzCtlz() local
948 Value *CmpRHS = Cmp.getOperand(1); in adjustMinMax() local
1142 Value *CmpLHS = Cmp.getOperand(0), *CmpRHS = Cmp.getOperand(1); in foldSelectValueEquivalence() local
1466 Value *CmpRHS = ICI->getOperand(1); in foldSelectInstWithICmp() local
2946 Value *CmpRHS = cast<CmpInst>(CondVal)->getOperand(1); in visitSelectInst() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FastISel.cpp1668 const Value *CmpRHS = CI->getOperand(1); in X86SelectBranch() local
2077 const Value *CmpRHS = CI->getOperand(1); in X86FastEmitCMoveSelect() local
2172 const Value *CmpRHS = CI->getOperand(1); in X86FastEmitSSESelect() local
2309 const Value *CmpRHS = CI->getOperand(1); in X86FastEmitPseudoSelect() local
H A DX86ISelLowering.cpp41978 SDValue CmpRHS = Cmp.getOperand(1); in combineSetCCAtomicArith() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h127 const Value *CmpLHS, *CmpMHS, *CmpRHS; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp600 const Value *CmpLHS = IC->getOperand(0), *CmpRHS = IC->getOperand(1); in parseRangeChecks() local
H A DJumpThreading.cpp824 Value *CmpRHS = Cmp->getOperand(1); in computeValueKnownInPredecessorsImpl() local
H A DLoopIdiomRecognize.cpp2118 Value *CmpLHS, *CmpRHS; in detectShiftUntilBitTestIdiom() local
H A DGVN.cpp1835 Value *CmpRHS = CmpI->getOperand(1); in processAssumeIntrinsic() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp5512 Value *CmpLHS, Value *CmpRHS, in matchFastFloatClamp()
5566 Value *CmpLHS, Value *CmpRHS, in matchClamp()
5602 Value *CmpLHS, Value *CmpRHS, in matchMinMaxOfMinMax()
5711 Value *CmpLHS, Value *CmpRHS, in matchMinMax()
5818 Value *CmpLHS, Value *CmpRHS, in matchSelectPattern()
6130 Value *CmpRHS = CmpI->getOperand(1); in matchDecomposedSelectPattern() local
H A DInstructionSimplify.cpp2383 Value *CmpLHS = Cmp->getOperand(0), *CmpRHS = Cmp->getOperand(1); in ExtractEquivalentCondition() local
4008 static Value *simplifySelectWithFakeICmpEq(Value *CmpLHS, Value *CmpRHS, in simplifySelectWithFakeICmpEq()
4026 Value *CmpLHS, *CmpRHS; in simplifySelectWithICmpCond() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1995 Value *CmpRHS; in calculatePostIncRange() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4124 SDValue CmpRHS = DAG.getConstant(C1.lshr(ShiftBits), dl, ShValTy); in SimplifySetCC() local
4152 SDValue CmpRHS = DAG.getConstant(NewC, dl, ShValTy); in SimplifySetCC() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4667 SDValue CmpRHS = N->getOperand(3); in tryFoldSWTestBRCC() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15402 SDNode *CmpRHS = SetCC.getOperand(1).getNode(); in performVSelectCombine() local