Searched refs:AllowWholeUndefs (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 6519 bool AllowWholeUndefs = true, in getTargetConstantBitsFromNode() argument 6538 bool AllowUndefs = AllowWholeUndefs || AllowPartialUndefs; in getTargetConstantBitsFromNode() 6570 if (!AllowWholeUndefs) in getTargetConstantBitsFromNode() 6760 AllowWholeUndefs && AllowUndefs, in getTargetConstantBitsFromNode() 6764 AllowWholeUndefs && AllowUndefs, in getTargetConstantBitsFromNode() 6781 UndefElts, EltBits, AllowWholeUndefs, in getTargetConstantBitsFromNode() 6803 if ((!AllowWholeUndefs || !AllowPartialUndefs) && in getTargetConstantBitsFromNode() 6811 UndefElts0, EltBits0, AllowWholeUndefs, in getTargetConstantBitsFromNode() 6816 UndefElts1, EltBits1, AllowWholeUndefs, in getTargetConstantBitsFromNode()
|