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

  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 6281 FloatingRank LHSR = getFloatingRank(LHS);
6284 if (LHSR == RHSR)
6286 if (LHSR > RHSR)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 4250 if (auto *LHSR = dyn_cast<ConstantSDNode>(N0.getOperand(1))) {
4255 LHSR->getAPIntValue(),
4263 if (DAG.MaskedValueIsZero(N0.getOperand(0), ~LHSR->getAPIntValue()))
4266 DAG.getConstant(LHSR->getAPIntValue() ^

Completed in 31 milliseconds