Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp4011 auto *UndefInt8 = UndefValue::get(Type::getInt8Ty(Ctx)); in isBytewiseValue() local
4013 return UndefInt8; in isBytewiseValue()
4017 return UndefInt8; in isBytewiseValue()
4076 if (LHS == UndefInt8) in isBytewiseValue()
4078 if (RHS == UndefInt8) in isBytewiseValue()
4084 Value *Val = UndefInt8; in isBytewiseValue()
4092 Value *Val = UndefInt8; in isBytewiseValue()