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

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
PatternMatch.h 270 inline apint_match m_APInt(const APInt *&Res) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 944 if (match(Cmp->getOperand(1), m_APInt(Op1CV))) {
1126 if (match(I->getOperand(1), m_APInt(Amt))) {
1139 if (match(I->getOperand(1), m_APInt(Amt))) {

Completed in 37 milliseconds