Home
last modified time | relevance | path

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

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