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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
InterleavedLoadCombinePass.cpp 325 pushBOperation(Mul, C);
485 pushBOperation(LShr, C);
498 pushBOperation(Trunc, APInt(sizeof(n) * 8, n));
505 pushBOperation(SExt, APInt(sizeof(n) * 8, n));
614 void pushBOperation(const BOps Op, const APInt &C) {

Completed in 21 milliseconds