Home | History | Annotate | Download | only in Analysis

Lines Matching defs:MaskedValueIsZero

208 static bool MaskedValueIsZero(Value *V, const APInt &Mask, const DataLayout &DL,
211 bool llvm::MaskedValueIsZero(Value *V, const APInt &Mask, const DataLayout &DL,
214 return ::MaskedValueIsZero(V, Mask, DL, Depth,
2129 bool MaskedValueIsZero(Value *V, const APInt &Mask, const DataLayout &DL,