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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DAlignmentFromAssumptions.cpp227 Value *CmpRHS = ICI->getOperand(1); local
H A DGVN.cpp1835 Value *CmpRHS = CmpI->getOperand(1); local
/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp306 Value *CmpRHS = IC->getOperand(1); local
363 Value *CmpRHS = ICI->getOperand(1); local
409 Value *CmpRHS = ICI->getOperand(1); local
[all...]
H A DInstCombineCompares.cpp862 ConstantInt *CmpRHS = cast<ConstantInt>(ICI.getOperand(1)); local
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp3340 Value *CmpRHS = ICI->getOperand(1); local
[all...]
H A DValueTracking.cpp4066 Value *CmpRHS = CmpI->getOperand(1); local
3868 matchSelectPattern(CmpInst::Predicate Pred, FastMathFlags FMF, Value *CmpLHS, Value *CmpRHS, Value *TrueVal, Value *FalseVal, Value *&LHS, Value *&RHS) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h234 const Value *CmpLHS, *CmpMHS, *CmpRHS; member in struct:llvm::SelectionDAGBuilder::CaseBlock
H A DTargetLowering.cpp1745 SDValue CmpRHS = DAG.getConstant(C1.lshr(ShiftBits), dl, CmpTy); local
1776 SDValue CmpRHS = DAG.getConstant(NewC, dl, CmpTy); local
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp1408 const Value *CmpRHS = CI->getOperand(1); local
1809 const Value *CmpRHS = CI->getOperand(1); local
1899 const Value *CmpRHS = CI->getOperand(1); local
2016 const Value *CmpRHS = CI->getOperand(1); local
[all...]

Completed in 218 milliseconds