HomeSort by relevance Sort by last modified time
    Searched refs:isBuildVectorAllOnes (Results 1 - 3 of 3) 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/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 111 /// isBuildVectorAllOnes - Return true if the specified node is a
113 bool ISD::isBuildVectorAllOnes(const SDNode *N) {
    [all...]

Completed in 29 milliseconds