Searched refs:AllowWholeUndefs (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 4992 bool AllowWholeUndefs = true, in getTargetConstantBitsFromNode() argument 5014 bool AllowUndefs = AllowWholeUndefs || AllowPartialUndefs; in getTargetConstantBitsFromNode() 5046 if (!AllowWholeUndefs) in getTargetConstantBitsFromNode() 5239 AllowWholeUndefs && AllowUndefs, in getTargetConstantBitsFromNode() 5243 AllowWholeUndefs && AllowUndefs, in getTargetConstantBitsFromNode() 5256 EltBits, AllowWholeUndefs, in getTargetConstantBitsFromNode() 5282 if ((!AllowWholeUndefs || !AllowPartialUndefs) && in getTargetConstantBitsFromNode() 5290 UndefElts0, EltBits0, AllowWholeUndefs, in getTargetConstantBitsFromNode() 5295 UndefElts1, EltBits1, AllowWholeUndefs, in getTargetConstantBitsFromNode()
|