Home
last modified time | relevance | path

Searched defs:isBuildVectorAllOnes (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1309 bool llvm::isBuildVectorAllOnes(const MachineInstr &MI, in isBuildVectorAllOnes() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp269 bool ISD::isBuildVectorAllOnes(const SDNode *N) { in isBuildVectorAllOnes() function in ISD