Lines Matching refs:Ret
2305 Instruction *Ret = FoldOrWithConstants(I, Op1, V1, B, C);
2306 if (Ret) return Ret;
2311 Instruction *Ret = FoldOrWithConstants(I, Op0, A, V1, D);
2312 if (Ret) return Ret;
2317 Instruction *Ret = FoldXorWithConstants(I, Op1, V1, B, C);
2318 if (Ret) return Ret;
2323 Instruction *Ret = FoldXorWithConstants(I, Op0, A, V1, D);
2324 if (Ret) return Ret;