reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1636 if (CI->hasOneUse() && CI->getParent() == I->getParent()) { 1636 if (CI->hasOneUse() && CI->getParent() == I->getParent()) { 1637 EVT VT = TLI.getValueType(DL, CI->getOperand(0)->getType()); 1640 CmpInst::Predicate Predicate = optimizeCmpPredicate(CI); 1647 const Value *CmpLHS = CI->getOperand(0); 1648 const Value *CmpRHS = CI->getOperand(1); 1691 if (!X86FastEmitCompare(CmpLHS, CmpRHS, VT, CI->getDebugLoc()))