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