HomeSort by relevance Sort by last modified time
    Searched refs:isBuildVectorAllOnes (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 65 /// isBuildVectorAllOnes - Return true if the specified node is a
67 bool isBuildVectorAllOnes(const SDNode *N);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
SelectionDAG.cpp 96 /// isBuildVectorAllOnes - Return true if the specified node is a
98 bool ISD::isBuildVectorAllOnes(const SDNode *N) {
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 209 milliseconds