Searched defs:getElementSize (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ | ||
H A D | UDTLayout.h | 102 uint32_t getElementSize() const { return ElementSize; } in getElementSize() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ | ||
H A D | X86AsmParser.cpp | 472 unsigned getElementSize() const { return CurType.ElementSize; } getElementSize() function in __anon16065c7e0111::X86AsmParser::IntelExprStateMachine |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ | ||
H A D | AArch64AsmParser.cpp | 135 unsigned getElementSize() const { in getElementSize() function in __anon58533a440111::AArch64AsmParser::PrefixInfo |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ | ||
H A D | ScalarEvolution.cpp | 13344 const SCEV *ScalarEvolution::getElementSize(Instruction *Inst) { getElementSize() function in ScalarEvolution |