OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EltBits
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/IR/
DerivedTypes.h
375
unsigned
EltBits
= VTy->getElementType()->getPrimitiveSizeInBits();
376
assert(
EltBits
&& "Element size must be of a non-zero size");
377
Type *EltTy = IntegerType::get(VTy->getContext(),
EltBits
);
386
unsigned
EltBits
= VTy->getElementType()->getPrimitiveSizeInBits();
387
Type *EltTy = IntegerType::get(VTy->getContext(),
EltBits
* 2);
396
unsigned
EltBits
= VTy->getElementType()->getPrimitiveSizeInBits();
397
assert((
EltBits
& 1) == 0 &&
399
Type *EltTy = IntegerType::get(VTy->getContext(),
EltBits
/ 2);
/external/clang/lib/CodeGen/
CGBuiltin.cpp
[
all
...]
/external/llvm/lib/Target/ARM/
ARMISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
Completed in 244 milliseconds