Searched refs:Src1Safe (Results 1 – 1 of 1) sorted by relevance
2362 SafeBoolChain Src1Safe = SBC_Yes; in lowerInt1Arithmetic() local2366 Src1Safe = lowerInt1(Src1V, Src1); in lowerInt1Arithmetic()2389 return Src0Safe == SBC_Yes && Src1Safe == SBC_Yes ? SBC_Yes : SBC_No; in lowerInt1Arithmetic()6703 SafeBoolChain Src1Safe = lowerInt1(FalseValueV, FalseValue); in lowerInt1ForSelect() local6706 NeedsAnd1 = Src0Safe == SBC_No || Src1Safe == SBC_No; in lowerInt1ForSelect()