Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h1072 UnderlyingValue = Value; in reset()
1083 UnderlyingValue |= Value << CurrentBitIndex; in addBits()
1087 operator uint32_t() { return UnderlyingValue; } in uint32_t()
1090 uint32_t UnderlyingValue = 0;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8718 auto *UnderlyingValue = SingleDef->getUnderlyingValue(); in tryToBuildVPlanWithVPRecipes() local
8726 (isa<VPInstruction>(&R) && !UnderlyingValue)) in tryToBuildVPlanWithVPRecipes()
8732 UnderlyingValue && "unsupported recipe"); in tryToBuildVPlanWithVPRecipes()
8736 Instruction *Instr = cast<Instruction>(UnderlyingValue); in tryToBuildVPlanWithVPRecipes()