Searched defs:CmpRHS (Results 1 – 15 of 15) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 317 Value *CmpRHS = IC->getOperand(1); in foldSelectICmpAndOr() local 374 Value *CmpRHS = ICI->getOperand(1); in foldSelectCttzCtlz() local 420 Value *CmpRHS = ICI->getOperand(1); in visitSelectInstWithICmp() local
|
D | InstCombineCompares.cpp | 1188 ConstantInt *CmpRHS = cast<ConstantInt>(ICI.getOperand(1)); in FoldICmpDivCst() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | AlignmentFromAssumptions.cpp | 216 Value *CmpRHS = ICI->getOperand(1); in extractAlignmentInfo() local
|
D | GuardWidening.cpp | 501 Value *CmpLHS = IC->getOperand(0), *CmpRHS = IC->getOperand(1); in parseRangeChecks() local
|
D | GVN.cpp | 1726 Value *CmpRHS = CmpI->getOperand(1); in processAssumeIntrinsic() local
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 1579 const Value *CmpRHS = CI->getOperand(1); in X86SelectBranch() local 1980 const Value *CmpRHS = CI->getOperand(1); in X86FastEmitCMoveSelect() local 2070 const Value *CmpRHS = CI->getOperand(1); in X86FastEmitSSESelect() local 2187 const Value *CmpRHS = CI->getOperand(1); in X86FastEmitPseudoSelect() local
|
D | X86ISelLowering.cpp | 26960 SDValue CmpRHS = Cmp.getOperand(1); in combineSetCCAtomicArith() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 348 Value *CmpRHS = ICI->getOperand(1); in visitSelectInstWithICmp() local
|
D | InstCombineCompares.cpp | 747 ConstantInt *CmpRHS = cast<ConstantInt>(ICI.getOperand(1)); in FoldICmpDivCst() local
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 221 const Value *CmpLHS, *CmpMHS, *CmpRHS; member
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 234 const Value *CmpLHS, *CmpMHS, *CmpRHS; member
|
D | TargetLowering.cpp | 1872 SDValue CmpRHS = DAG.getConstant(C1.lshr(ShiftBits), dl, CmpTy); in SimplifySetCC() local 1903 SDValue CmpRHS = DAG.getConstant(NewC, dl, CmpTy); in SimplifySetCC() local
|
/external/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 3708 Value *CmpLHS, Value *CmpRHS, in matchSelectPattern() 3909 Value *CmpRHS = CmpI->getOperand(1); in matchSelectPattern() local
|
D | InstructionSimplify.cpp | 1937 Value *CmpLHS = Cmp->getOperand(0), *CmpRHS = Cmp->getOperand(1); in ExtractEquivalentCondition() local 3406 Value *CmpRHS = ICI->getOperand(1); in SimplifySelectInst() local
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | InstructionSimplify.cpp | 1410 Value *CmpLHS = Cmp->getOperand(0), *CmpRHS = Cmp->getOperand(1); in ExtractEquivalentCondition() local
|