Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoads.cpp699 APInt OneByte(DL.getPointerTypeSizeInBits(Ty), 1); in canReplacePointersIfEqual() local
701 isDereferenceableAndAlignedPointer(B, Align(1), OneByte, DL, CtxI); in canReplacePointersIfEqual()
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A Daltivec.h8370 vector unsigned int OneByte = { 0x8, 0x8, 0x8, 0x8 }; in vec_rlnm() local
8371 return __builtin_altivec_vrlwnm(__a, ((__c << OneByte) | __b)); in vec_rlnm()
8377 vector unsigned long long OneByte = { 0x8, 0x8 }; in vec_rlnm() local
8378 return __builtin_altivec_vrldnm(__a, ((__c << OneByte) | __b)); in vec_rlnm()