Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp5345 auto *UndefInt8 = UndefValue::get(Type::getInt8Ty(Ctx)); in isBytewiseValue() local
5347 return UndefInt8; in isBytewiseValue()
5351 return UndefInt8; in isBytewiseValue()
5409 if (LHS == UndefInt8) in isBytewiseValue()
5411 if (RHS == UndefInt8) in isBytewiseValue()
5417 Value *Val = UndefInt8; in isBytewiseValue()
5425 Value *Val = UndefInt8; in isBytewiseValue()