OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IntegerTyID
(Results
1 - 20
of
20
) sorted by null
/external/llvm/include/llvm/
Type.h
61
IntegerTyID
, ///< 9: Arbitrary bit width integers
70
FirstDerivedTyID =
IntegerTyID
161
bool isIntegerTy() const { return ID ==
IntegerTyID
; }
221
ID ==
IntegerTyID
|| ID == PointerTyID || ID == VectorTyID;
239
if (ID ==
IntegerTyID
|| isFloatingPointTy() || ID == PointerTyID ||
DerivedTypes.h
40
explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C,
IntegerTyID
){
89
return T->getTypeID() ==
IntegerTyID
;
/external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp
66
case Type::
IntegerTyID
:
115
case Type::
IntegerTyID
:
135
case Type::
IntegerTyID
:
226
case Type::
IntegerTyID
:
Execution.cpp
113
case Type::
IntegerTyID
: \
[
all
...]
/external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
530
case Type::
IntegerTyID
:
657
case Type::
IntegerTyID
:
696
case Type::
IntegerTyID
:
797
case Type::
IntegerTyID
:
854
case Type::
IntegerTyID
:
[
all
...]
/external/llvm/lib/Target/
TargetData.cpp
405
case Type::
IntegerTyID
:
462
case Type::
IntegerTyID
:
/external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp
184
case Type::
IntegerTyID
: {
/external/llvm/lib/VMCore/
ValueTypes.cpp
197
case Type::
IntegerTyID
:
Type.cpp
140
case Type::
IntegerTyID
: return cast<IntegerType>(this)->getBitWidth();
AsmWriter.cpp
200
case Type::
IntegerTyID
:
[
all
...]
Constants.cpp
68
case Type::
IntegerTyID
:
[
all
...]
Core.cpp
153
case Type::
IntegerTyID
:
[
all
...]
/external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp
450
case Type::
IntegerTyID
: {
507
case Type::
IntegerTyID
:
/frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp
328
case llvm::Type::
IntegerTyID
: {
374
case llvm::Type::
IntegerTyID
: {
550
case llvm::Type::
IntegerTyID
: {
602
case llvm::Type::
IntegerTyID
: {
[
all
...]
/external/llvm/lib/Target/PTX/
PTXAsmPrinter.cpp
124
case Type::
IntegerTyID
:
/external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp
220
case Type::
IntegerTyID
:
/external/llvm/lib/Target/CBackend/
CBackend.cpp
427
case Type::
IntegerTyID
: {
[
all
...]
/external/llvm/lib/Target/CppBackend/
CPPBackend.cpp
190
case Type::
IntegerTyID
:
347
case Type::
IntegerTyID
: {
[
all
...]
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
234
case Type::
IntegerTyID
:
[
all
...]
/frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp
325
case Type::
IntegerTyID
:
[
all
...]
Completed in 774 milliseconds