Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ConstantPoolSDNode

415     const ConstantPoolSDNode *CP = cast<ConstantPoolSDNode>(N);
836 assert(!isa<ConstantPoolSDNode>(N) && "Bad ConstantPoolSDNode!");
1176 SDNode *N = new (NodeAllocator) ConstantPoolSDNode(isTarget, C, VT, Offset,
1203 SDNode *N = new (NodeAllocator) ConstantPoolSDNode(isTarget, C, VT, Offset,
6254 Type *ConstantPoolSDNode::getType() const {