Searched defs:BoolCast (Results 1 - 1 of 1) sorted by path

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp279 Value *BoolCast = nullptr, *OtherOp = nullptr; local
281 BoolCast = Op0, OtherOp = Op1;
283 BoolCast = Op1, OtherOp = Op0;
285 if (BoolCast) {
287 BoolCast);

Completed in 219 milliseconds