Home
last modified time | relevance | path

Searched defs:CmpLHS (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp552 Value *CmpLHS = IC->getOperand(0); in foldSelectICmpLshrAshr() local
605 Value *CmpLHS = IC->getOperand(0); in foldSelectICmpAndOr() local
896 Value *CmpLHS = ICI->getOperand(0); in foldSelectCttzCtlz() local
947 Value *CmpLHS = Cmp.getOperand(0); in adjustMinMax() local
1142 Value *CmpLHS = Cmp.getOperand(0), *CmpRHS = Cmp.getOperand(1); in foldSelectValueEquivalence() local
1465 Value *CmpLHS = ICI->getOperand(0); in foldSelectInstWithICmp() local
2945 Value *CmpLHS = cast<CmpInst>(CondVal)->getOperand(0); in visitSelectInst() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FastISel.cpp1667 const Value *CmpLHS = CI->getOperand(0); in X86SelectBranch() local
2076 const Value *CmpLHS = CI->getOperand(0); in X86FastEmitCMoveSelect() local
2171 const Value *CmpLHS = CI->getOperand(0); in X86FastEmitSSESelect() local
2308 const Value *CmpLHS = CI->getOperand(0); in X86FastEmitPseudoSelect() local
H A DX86ISelLowering.cpp41977 SDValue CmpLHS = Cmp.getOperand(0); 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.cpp823 Value *CmpLHS = Cmp->getOperand(0); in computeValueKnownInPredecessorsImpl() local
H A DLoopIdiomRecognize.cpp2118 Value *CmpLHS, *CmpRHS; in detectShiftUntilBitTestIdiom() local
H A DGVN.cpp1834 Value *CmpLHS = CmpI->getOperand(0); 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()
6129 Value *CmpLHS = CmpI->getOperand(0); in matchDecomposedSelectPattern() local
H A DBranchProbabilityInfo.cpp529 Instruction *CmpLHS = dyn_cast<Instruction>(CI->getOperand(0)); in computeUnlikelySuccessors() 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/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp3448 SDValue CmpLHS = Cond.getOperand(0); in performCtlz_CttzCombine() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4672 SDValue CmpLHS = N->getOperand(2); in tryFoldSWTestBRCC() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15400 SDValue CmpLHS = SetCC.getOperand(0); in performVSelectCombine() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp21939 SDValue CmpLHS; in SimplifySelectOps() local