Home
last modified time | relevance | path

Searched refs:omitCheckForZeroBeforeMulWithOverflow (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1901 static Value *omitCheckForZeroBeforeMulWithOverflow(Value *Op0, Value *Op1) { in omitCheckForZeroBeforeMulWithOverflow() function
1999 if (Value *V = omitCheckForZeroBeforeMulWithOverflow(Op0, Op1)) in SimplifyAndInst()
2001 if (Value *V = omitCheckForZeroBeforeMulWithOverflow(Op1, Op0)) in SimplifyAndInst()