HomeSort by: relevance | last modified time | path
    Searched refs:IsProfitable (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 16740 auto IsProfitable = [this](bool IsNeg, bool IsAddOne, EVT VT) -> bool {
16778 if (!IsProfitable(IsNeg, true, VT))
16795 if (!IsProfitable(IsNeg, false, VT))
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 11227 bool IsProfitable = false;
11258 IsProfitable = true;
11261 return IsProfitable;

Completed in 98 milliseconds