Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h222 bool AllowUndef; member
224 apint_match(const APInt *&Res, bool AllowUndef) in apint_match()
225 : Res(Res), AllowUndef(AllowUndef) {} in apint_match()
235 C->getSplatValue(AllowUndef))) { in match()
247 bool AllowUndef; member
249 apfloat_match(const APFloat *&Res, bool AllowUndef) in apfloat_match()
250 : Res(Res), AllowUndef(AllowUndef) {} in apfloat_match()
260 C->getSplatValue(AllowUndef))) { in match()