|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/IR/DataLayout.h 640 case Type::IntegerTyID:
include/llvm/IR/DerivedTypes.h 44 explicit IntegerType(LLVMContext &C, unsigned NumBits) : Type(C, IntegerTyID){
98 return T->getTypeID() == IntegerTyID;
include/llvm/IR/Type.h 197 bool isIntegerTy() const { return getTypeID() == IntegerTyID; }
267 if (getTypeID() == IntegerTyID || isFloatingPointTy() ||
lib/Bitcode/Writer/BitcodeWriter.cpp 886 case Type::IntegerTyID:
lib/CodeGen/ValueTypes.cpp 455 case Type::IntegerTyID:
481 case Type::IntegerTyID:
lib/ExecutionEngine/ExecutionEngine.cpp 601 case Type::IntegerTyID:
757 case Type::IntegerTyID:
796 case Type::IntegerTyID:
901 case Type::IntegerTyID:
1030 case Type::IntegerTyID:
1077 case Type::IntegerTyID:
lib/ExecutionEngine/Interpreter/Execution.cpp 195 IMPLEMENT_INTEGER_ICMP(eq,Ty);
209 IMPLEMENT_INTEGER_ICMP(ne,Ty);
223 IMPLEMENT_INTEGER_ICMP(ult,Ty);
237 IMPLEMENT_INTEGER_ICMP(slt,Ty);
251 IMPLEMENT_INTEGER_ICMP(ugt,Ty);
265 IMPLEMENT_INTEGER_ICMP(sgt,Ty);
279 IMPLEMENT_INTEGER_ICMP(ule,Ty);
293 IMPLEMENT_INTEGER_ICMP(sle,Ty);
307 IMPLEMENT_INTEGER_ICMP(uge,Ty);
321 IMPLEMENT_INTEGER_ICMP(sge,Ty);
1781 case Type::IntegerTyID:
1815 case Type::IntegerTyID:
1851 case Type::IntegerTyID:
1889 case Type::IntegerTyID:
1952 case Type::IntegerTyID:
1999 case Type::IntegerTyID:
lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp 76 case Type::IntegerTyID:
lib/ExecutionEngine/MCJIT/MCJIT.cpp 570 case Type::IntegerTyID: {
lib/ExecutionEngine/Orc/OrcMCJITReplacement.cpp 89 case Type::IntegerTyID: {
lib/IR/AsmWriter.cpp 570 case Type::IntegerTyID:
lib/IR/Constants.cpp 291 case Type::IntegerTyID:
lib/IR/Core.cpp 497 case Type::IntegerTyID:
lib/IR/DataLayout.cpp 728 case Type::IntegerTyID:
lib/IR/Function.cpp 632 case Type::IntegerTyID:
lib/IR/Type.cpp 124 case Type::IntegerTyID:
lib/Target/AMDGPU/AMDGPUHSAMetadataStreamer.cpp 132 case Type::IntegerTyID: {
164 case Type::IntegerTyID: {
573 case Type::IntegerTyID: {
605 case Type::IntegerTyID: {
lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp 142 if (ElemType->getTypeID() != Type::IntegerTyID)
lib/Target/AMDGPU/SIISelLowering.cpp 887 case Type::IntegerTyID:
lib/Target/Hexagon/HexagonTargetObjectFile.cpp 319 case Type::IntegerTyID: {
lib/Target/NVPTX/NVPTXAsmPrinter.cpp 1184 case Type::IntegerTyID: // Integers larger than 64 bits
1287 case Type::IntegerTyID: {
1801 case Type::IntegerTyID: {
lib/Transforms/Utils/FunctionComparator.cpp 425 case Type::IntegerTyID: