Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp544 Value *CmpRHS = IC->getOperand(1); in foldSelectICmpLshrAshr() local
597 Value *CmpRHS = IC->getOperand(1); in foldSelectICmpAndOr() local
854 Value *CmpRHS = ICI->getOperand(1); in foldSelectCttzCtlz() local
905 Value *CmpRHS = Cmp.getOperand(1); in adjustMinMax() local
1166 Value *CmpLHS = Cmp.getOperand(0), *CmpRHS = Cmp.getOperand(1); in foldSelectValueEquivalence() local
1425 Value *CmpRHS = ICI->getOperand(1); in foldSelectInstWithICmp() local
2564 Value *CmpRHS = cast<CmpInst>(CondVal)->getOperand(1); in visitSelectInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DAlignmentFromAssumptions.cpp214 Value *CmpRHS = ICI->getOperand(1); in extractAlignmentInfo() local
DGuardWidening.cpp601 const Value *CmpLHS = IC->getOperand(0), *CmpRHS = IC->getOperand(1); in parseRangeChecks() local
DJumpThreading.cpp772 Value *CmpRHS = Cmp->getOperand(1); in ComputeValueKnownInPredecessorsImpl() local
DGVN.cpp1511 Value *CmpRHS = CmpI->getOperand(1); in processAssumeIntrinsic() local
DIndVarSimplify.cpp1835 Value *CmpRHS; in calculatePostIncRange() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FastISel.cpp1649 const Value *CmpRHS = CI->getOperand(1); in X86SelectBranch() local
2059 const Value *CmpRHS = CI->getOperand(1); in X86FastEmitCMoveSelect() local
2161 const Value *CmpRHS = CI->getOperand(1); in X86FastEmitSSESelect() local
2311 const Value *CmpRHS = CI->getOperand(1); in X86FastEmitPseudoSelect() local
DX86ISelLowering.cpp38363 SDValue CmpRHS = Cmp.getOperand(1); in combineSetCCAtomicArith() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSwitchLoweringUtils.h122 const Value *CmpLHS, *CmpMHS, *CmpRHS; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp4661 Value *CmpLHS, Value *CmpRHS, in matchFastFloatClamp()
4715 Value *CmpLHS, Value *CmpRHS, in matchClamp()
4751 Value *CmpLHS, Value *CmpRHS, in matchMinMaxOfMinMax()
4845 Value *CmpLHS, Value *CmpRHS, in matchMinMax()
4940 Value *CmpLHS, Value *CmpRHS, in matchSelectPattern()
5252 Value *CmpRHS = CmpI->getOperand(1); in matchDecomposedSelectPattern() local
DInstructionSimplify.cpp2303 Value *CmpLHS = Cmp->getOperand(0), *CmpRHS = Cmp->getOperand(1); in ExtractEquivalentCondition() local
3840 static Value *simplifySelectWithFakeICmpEq(Value *CmpLHS, Value *CmpRHS, in simplifySelectWithFakeICmpEq()
3858 Value *CmpLHS, *CmpRHS; in simplifySelectWithICmpCond() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3728 SDValue CmpRHS = DAG.getConstant(C1.lshr(ShiftBits), dl, ShValTy); in SimplifySetCC() local
3756 SDValue CmpRHS = DAG.getConstant(NewC, dl, ShValTy); in SimplifySetCC() local