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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DAlignmentFromAssumptions.cpp214 Value *CmpRHS = ICI->getOperand(1); local
H A DGVN.cpp1511 Value *CmpRHS = CmpI->getOperand(1); local
[all...]
H A DJumpThreading.cpp772 Value *CmpRHS = Cmp->getOperand(1); local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h122 const Value *CmpLHS, *CmpMHS, *CmpRHS; member in struct:llvm::SwitchCG::CaseBlock
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp544 Value *CmpRHS = IC->getOperand(1); local
597 Value *CmpRHS = IC->getOperand(1); local
854 Value *CmpRHS local
905 Value *CmpRHS = Cmp.getOperand(1); local
1166 Value *CmpLHS = Cmp.getOperand(0), *CmpRHS = Cmp.getOperand(1); local
1425 Value *CmpRHS = ICI->getOperand(1); local
2564 Value *CmpRHS = cast<CmpInst>(CondVal)->getOperand(1); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp1649 const Value *CmpRHS = CI->getOperand(1); local
2059 const Value *CmpRHS = CI->getOperand(1); local
2161 const Value *CmpRHS = CI->getOperand(1); local
2311 const Value *CmpRHS = CI->getOperand(1); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp3840 static Value *simplifySelectWithFakeICmpEq(Value *CmpLHS, Value *CmpRHS, argument
3858 Value *CmpLHS, *CmpRHS; local
[all...]
H A DValueTracking.cpp4660 matchFastFloatClamp(CmpInst::Predicate Pred, Value *CmpLHS, Value *CmpRHS, Value *TrueVal, Value *FalseVal, Value *&LHS, Value *&RHS) argument
4714 matchClamp(CmpInst::Predicate Pred, Value *CmpLHS, Value *CmpRHS, Value *TrueVal, Value *FalseVal) argument
4750 matchMinMaxOfMinMax(CmpInst::Predicate Pred, Value *CmpLHS, Value *CmpRHS, Value *TVal, Value *FVal, unsigned Depth) argument
4844 matchMinMax(CmpInst::Predicate Pred, Value *CmpLHS, Value *CmpRHS, Value *TrueVal, Value *FalseVal, Value *&LHS, Value *&RHS, unsigned Depth) argument
4938 matchSelectPattern(CmpInst::Predicate Pred, FastMathFlags FMF, Value *CmpLHS, Value *CmpRHS, Value *TrueVal, Value *FalseVal, Value *&LHS, Value *&RHS, unsigned Depth) argument
5252 Value *CmpRHS = CmpI->getOperand(1); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3728 SDValue CmpRHS = DAG.getConstant(C1.lshr(ShiftBits), dl, ShValTy); local
3756 SDValue CmpRHS = DAG.getConstant(NewC, dl, ShValTy); local

Completed in 320 milliseconds