Searched refs:Src0Safe (Results 1 – 1 of 1) sorted by relevance
2359 SafeBoolChain Src0Safe = lowerInt1(Src0, Instr->getSrc(0)); in lowerInt1Arithmetic() local2389 return Src0Safe == SBC_Yes && Src1Safe == SBC_Yes ? SBC_Yes : SBC_No; in lowerInt1Arithmetic()6699 SafeBoolChain Src0Safe = lowerInt1(TrueValueV, TrueValue); in lowerInt1ForSelect() local6706 NeedsAnd1 = Src0Safe == SBC_No || Src1Safe == SBC_No; in lowerInt1ForSelect()