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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp239 Value *BoolCast = 0, *OtherOp = 0; local
241 BoolCast = Op0, OtherOp = Op1;
243 BoolCast = Op1, OtherOp = Op0;
245 if (BoolCast) {
247 BoolCast);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp376 Value *BoolCast = nullptr, *OtherOp = nullptr; local
378 BoolCast = Op0;
381 BoolCast = Op1;
385 if (BoolCast) {
387 BoolCast);

Completed in 119 milliseconds