HomeSort by: relevance | last modified time | path
    Searched defs:BitwiseAnd (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp 92 BitwiseAnd,
176 Op = BinOpToken::BitwiseAnd;
195 case BinOpToken::BitwiseAnd:
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
MicrosoftDemangleNodes.h 133 BitwiseAnd, // ?I # operator&
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 4127 auto BitwiseAnd = m_c_And(m_Value(), LSubOne);
4129 if (match(BO0, BitwiseAnd) && Pred == ICmpInst::ICMP_ULT) {

Completed in 22 milliseconds