Searched defs:CmpResult (Results 1 – 4 of 4) sorted by relevance
7738 bool CmpResult = calculateICmpInst(ICI, Zero, R); in updateWithICmpInst() local7746 bool CmpResult = calculateICmpInst(ICI, L, Zero); in updateWithICmpInst() local7755 bool CmpResult = calculateICmpInst(ICI, L, R); in updateWithICmpInst() local
11761 Register CmpResult = MRI.createVirtualRegister(&PPC::CRRCRegClass); in emitProbedAlloca() local
2557 Value *CmpResult = Builder.CreateICmpSLT(ArgValue, Zero, "abscond"); in EmitBuiltinExpr() local
12475 enum class CmpResult { enum