Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h497 bool hasExtractBitsInsn() const { return HasExtractBitsInsn; } in hasExtractBitsInsn() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp8401 if (CI && TLI->hasExtractBitsInsn()) in optimizeInst()