Home
last modified time | relevance | path

Searched refs:LowUndef (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp10251 APInt LowUndef = SplatUndef.trunc(HalfSize); in isConstantSplat() local
10254 if ((HighValue & ~LowUndef) != (LowValue & ~HighUndef) || in isConstantSplat()
10259 SplatUndef = HighUndef & LowUndef; in isConstantSplat()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp40046 bool LowUndef = true, AllUndefOrZero = true; in combineBitcast() local
40049 LowUndef &= Op.isUndef() || (i >= e/2); in combineBitcast()
40055 N00 = LowUndef ? DAG.getAnyExtOrTrunc(N00, dl, MVT::i32) in combineBitcast()