Searched refs:getTargetConstantFromNode (Results 1 – 1 of 1) sorted by relevance
7261 static const Constant *getTargetConstantFromNode(LoadSDNode *Load) { in getTargetConstantFromNode() function7267 static const Constant *getTargetConstantFromNode(SDValue Op) { in getTargetConstantFromNode() function7269 return getTargetConstantFromNode(dyn_cast<LoadSDNode>(Op)); in getTargetConstantFromNode()7275 return getTargetConstantFromNode(LD); in getTargetConstantFromLoad()7404 if (auto *Cst = getTargetConstantFromNode(Op)) { in getTargetConstantBitsFromNode()41965 const Constant *C = getTargetConstantFromNode(Load); in SimplifyDemandedVectorEltsForTargetShuffle()49239 if (VT.isVector() && getTargetConstantFromNode(N1)) { in combineAnd()49242 getTargetConstantFromNode(N0.getOperand(1)) && in combineAnd()55502 if (all_of(Ops, [](SDValue Op) { return getTargetConstantFromNode(Op); })) { in combineConcatVectorOps()