HomeSort by relevance Sort by last modified time
    Searched refs:BoolCast (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 239 Value *BoolCast = 0, *OtherOp = 0;
241 BoolCast = Op0, OtherOp = Op1;
243 BoolCast = Op1, OtherOp = Op0;
245 if (BoolCast) {
247 BoolCast);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 376 Value *BoolCast = nullptr, *OtherOp = nullptr;
378 BoolCast = Op0;
381 BoolCast = Op1;
385 if (BoolCast) {
387 BoolCast);
    [all...]

Completed in 1077 milliseconds