Home
last modified time | relevance | path

Searched refs:getConstantSplatNode (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h1563 getConstantSplatNode(BitVector *UndefElements = nullptr) const;
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1218 CN = BV->getConstantSplatNode(&UndefElements); in isConstTrueVal()
1248 CN = BV->getConstantSplatNode(&UndefElements); in isConstFalseVal()
DSelectionDAG.cpp7213 BuildVectorSDNode::getConstantSplatNode(BitVector *UndefElements) const { in getConstantSplatNode() function in BuildVectorSDNode
DDAGCombiner.cpp786 ConstantSDNode *CN = BV->getConstantSplatNode(&UndefElements); in isConstOrConstSplat()