Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DValueTracking.cpp3119 auto *UndefInt8 = UndefValue::get(Type::getInt8Ty(Ctx)); in isBytewiseValue() local
3121 return UndefInt8; in isBytewiseValue()
3167 if (LHS == UndefInt8) in isBytewiseValue()
3169 if (RHS == UndefInt8) in isBytewiseValue()
3175 Value *Val = UndefInt8; in isBytewiseValue()
3188 Value *Val = UndefInt8; in isBytewiseValue()