Searched refs:getTargetConstantFromNode (Results 1 – 1 of 1) sorted by relevance
4577 static const Constant *getTargetConstantFromNode(LoadSDNode *Load) { in getTargetConstantFromNode() function4583 static const Constant *getTargetConstantFromNode(SDValue Op) { in getTargetConstantFromNode() function4585 return getTargetConstantFromNode(dyn_cast<LoadSDNode>(Op)); in getTargetConstantFromNode()4591 return getTargetConstantFromNode(LD); in getTargetConstantFromLoad()4738 if (auto *Cst = getTargetConstantFromNode(Op)) { in getTargetConstantBitsFromNode()12098 bool IsV1Constant = getTargetConstantFromNode(V1) != nullptr; in lowerShuffleAsElementInsertion()39648 getTargetConstantFromNode(dyn_cast<LoadSDNode>(Op)) || in canonicalizeShuffleWithOp()40930 const Constant *C = getTargetConstantFromNode(Load); in SimplifyDemandedVectorEltsForTargetShuffle()46783 if (auto *RawC = getTargetConstantFromNode(N->getOperand(1))) in combineMul()48664 if (VT.isVector() && getTargetConstantFromNode(N1)) { in combineAnd()[all …]