Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h461 bool hasExtractBitsInsn() const { return HasExtractBitsInsn; } in hasExtractBitsInsn() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp8119 if (CI && TLI->hasExtractBitsInsn()) in optimizeInst()