Searched refs:getTargetConstantFromNode (Results 1 – 1 of 1) sorted by relevance
7168 static const Constant *getTargetConstantFromNode(LoadSDNode *Load) { in getTargetConstantFromNode() function7174 static const Constant *getTargetConstantFromNode(SDValue Op) { in getTargetConstantFromNode() function7176 return getTargetConstantFromNode(dyn_cast<LoadSDNode>(Op)); in getTargetConstantFromNode()7182 return getTargetConstantFromNode(LD); in getTargetConstantFromLoad()7311 if (auto *Cst = getTargetConstantFromNode(Op)) { in getTargetConstantBitsFromNode()40861 const Constant *C = getTargetConstantFromNode(Load); in SimplifyDemandedVectorEltsForTargetShuffle()47941 if (VT.isVector() && getTargetConstantFromNode(N1)) { in combineAnd()47944 getTargetConstantFromNode(N0.getOperand(1)) && in combineAnd()54143 if (all_of(Ops, [](SDValue Op) { return getTargetConstantFromNode(Op); })) { in combineConcatVectorOps()