Home
last modified time | relevance | path

Searched refs:shiftIsLegal (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1931 bool shiftIsLegal = TLI.isTypeLegal(TLI.getValueType(DL, ShiftI->getType())); in OptimizeExtractBits() local
1965 if (isa<TruncInst>(User) && shiftIsLegal in OptimizeExtractBits()