Searched refs:Src1Safe (Results 1 – 1 of 1) sorted by relevance
2356 SafeBoolChain Src1Safe = SBC_Yes; in lowerInt1Arithmetic() local2360 Src1Safe = lowerInt1(Src1V, Src1); in lowerInt1Arithmetic()2383 return Src0Safe == SBC_Yes && Src1Safe == SBC_Yes ? SBC_Yes : SBC_No; in lowerInt1Arithmetic()6683 SafeBoolChain Src1Safe = lowerInt1(FalseValueV, FalseValue); in lowerInt1ForSelect() local6686 NeedsAnd1 = Src0Safe == SBC_No || Src1Safe == SBC_No; in lowerInt1ForSelect()