Searched defs:LHSCC (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp1643 ISD::CondCode LHSCC = cast<CondCodeSDNode>(LHS.getOperand(4))->get(); local
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp664 ICmpInst::Predicate LHSCC = LHS->getPredicate(), RHSCC = RHS->getPredicate(); local
785 ICmpInst::Predicate LHSCC = LHS->getPredicate(), RHSCC = RHS->getPredicate(); local
547 foldLogOpOfMaskedICmpsHelper(Value*& A, Value*& B, Value*& C, Value*& D, Value*& E, ICmpInst *LHS, ICmpInst *RHS, ICmpInst::Predicate &LHSCC, ICmpInst::Predicate &RHSCC) argument
1565 ICmpInst::Predicate LHSCC = LHS->getPredicate(), RHSCC = RHS->getPredicate(); local
[all...]

Completed in 101 milliseconds