Searched refs:AllowPartialUndefs (Results 1 – 2 of 2) sorted by relevance
890 bool AllowPartialUndefs = true);
6520 bool AllowPartialUndefs = true) { in getTargetConstantBitsFromNode() argument6538 bool AllowUndefs = AllowWholeUndefs || AllowPartialUndefs; in getTargetConstantBitsFromNode()6578 if (UndefEltBits.getBoolValue() && !AllowPartialUndefs) in getTargetConstantBitsFromNode()6761 AllowPartialUndefs && AllowUndefs) && in getTargetConstantBitsFromNode()6765 AllowPartialUndefs && AllowUndefs)) { in getTargetConstantBitsFromNode()6782 AllowPartialUndefs)) { in getTargetConstantBitsFromNode()6803 if ((!AllowWholeUndefs || !AllowPartialUndefs) && in getTargetConstantBitsFromNode()6812 AllowPartialUndefs)) in getTargetConstantBitsFromNode()6817 AllowPartialUndefs)) in getTargetConstantBitsFromNode()6844 bool isConstantSplat(SDValue Op, APInt &SplatVal, bool AllowPartialUndefs) { in isConstantSplat() argument[all …]