Searched refs:AllowPartialUndefs (Results 1 – 2 of 2) sorted by relevance
890 bool AllowPartialUndefs = true);
6517 bool AllowPartialUndefs = true) { in getTargetConstantBitsFromNode() argument6535 bool AllowUndefs = AllowWholeUndefs || AllowPartialUndefs; in getTargetConstantBitsFromNode()6575 if (UndefEltBits.getBoolValue() && !AllowPartialUndefs) in getTargetConstantBitsFromNode()6762 AllowPartialUndefs && AllowUndefs) && in getTargetConstantBitsFromNode()6766 AllowPartialUndefs && AllowUndefs)) { in getTargetConstantBitsFromNode()6783 AllowPartialUndefs)) { in getTargetConstantBitsFromNode()6804 if ((!AllowWholeUndefs || !AllowPartialUndefs) && in getTargetConstantBitsFromNode()6813 AllowPartialUndefs)) in getTargetConstantBitsFromNode()6818 AllowPartialUndefs)) in getTargetConstantBitsFromNode()6845 bool isConstantSplat(SDValue Op, APInt &SplatVal, bool AllowPartialUndefs) { in isConstantSplat() argument[all …]