Searched refs:AllowPartialUndefs (Results 1 – 2 of 2) sorted by relevance
1036 bool AllowPartialUndefs = true);
4993 bool AllowPartialUndefs = false) { in getTargetConstantBitsFromNode() argument5014 bool AllowUndefs = AllowWholeUndefs || AllowPartialUndefs; in getTargetConstantBitsFromNode()5054 if (UndefEltBits.getBoolValue() && !AllowPartialUndefs) in getTargetConstantBitsFromNode()5240 AllowPartialUndefs && AllowUndefs) && in getTargetConstantBitsFromNode()5244 AllowPartialUndefs && AllowUndefs)) { in getTargetConstantBitsFromNode()5257 AllowPartialUndefs)) { in getTargetConstantBitsFromNode()5282 if ((!AllowWholeUndefs || !AllowPartialUndefs) && in getTargetConstantBitsFromNode()5291 AllowPartialUndefs)) in getTargetConstantBitsFromNode()5296 AllowPartialUndefs)) in getTargetConstantBitsFromNode()5323 bool isConstantSplat(SDValue Op, APInt &SplatVal, bool AllowPartialUndefs) { in isConstantSplat() argument[all …]