HomeSort by relevance Sort by last modified time
    Searched refs:IntegerType (Results 101 - 125 of 158) sorted by null

1 2 3 45 6 7

  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 306 unsigned BitWidth = cast<IntegerType>(RetTy)->getBitWidth();
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 496 unsigned BitWidth = cast<IntegerType>(RetTy)->getBitWidth();
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 94 IntegerType *OrdTy;
  /external/llvm/lib/Transforms/Scalar/
ConstantHoisting.cpp 542 IntegerType *Ty = ConstInfo.BaseConstant->getType();
IndVarSimplify.cpp 397 IntegerType *Int32Ty = Type::getInt32Ty(PN->getContext());
    [all...]
LoopIdiomRecognize.cpp 512 Builder.CreateZExtOrTrunc(PopCnt, cast<IntegerType>(CntPhi->getType()));
    [all...]
LoopStrengthReduce.cpp 501 IntegerType::get(SE.getContext(), SE.getTypeSizeInBits(AR->getType()) + 1);
509 IntegerType::get(SE.getContext(), SE.getTypeSizeInBits(A->getType()) + 1);
517 IntegerType::get(SE.getContext(),
718 AccessTy = PointerType::get(IntegerType::get(PTy->getContext(), 1),
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 329 IntegerType *ITy = cast<IntegerType>(getEffectiveSCEVType(Ty));
774 IntegerType *CalculationTy = IntegerType::get(SE.getContext(),
    [all...]
MemoryBuiltins.cpp 604 IntTy = cast<IntegerType>(DL->getIntPtrType(V->getType()));
BasicAliasAnalysis.cpp 202 /// IntegerType and it may already be sign or zero extended.
668 isa<IntegerType>(MemsetType->getParamType(2)))
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 770 if ((isa<llvm::IntegerType>(Ty) || isa<llvm::PointerType>(Ty)) &&
771 (isa<llvm::IntegerType>(SrcTy) || isa<llvm::PointerType>(SrcTy))) {
    [all...]
CGRecordLayoutBuilder.cpp 528 cast<llvm::IntegerType>(Prior->Data)->getIntegerBitWidth(), 8)));
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 185 return "int" + utostr(cast<IntegerType>(Ty)->getBitWidth()) + "_";
378 unsigned BitWidth = cast<IntegerType>(Ty)->getBitWidth();
379 return "IntegerType::get(mod->getContext(), " + utostr(BitWidth) + ")";
738 << cast<IntegerType>(CI->getType())->getBitWidth()
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdi.jar 
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 870 Type *IntTy = IntegerType::get(A->getContext(), StoreSize*8);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 512 if (const IntegerType *ITy = dyn_cast<IntegerType>(retTy)) {
576 if (isa<IntegerType>(Ty)) {
577 sz = cast<IntegerType>(Ty)->getBitWidth();
    [all...]
  /external/proguard/src/proguard/classfile/io/
ProgramClassReader.java     [all...]
  /external/proguard/src/proguard/classfile/visitor/
ClassPrinter.java 810 public void visitIntegerType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, IntegerType integerType)
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 607 ResultTy = IntegerType::get(Context, Record[0]);
834 ResultTy = IntegerType::get(Context, Record[0]);
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 404 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth());
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 272 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth());
    [all...]

Completed in 942 milliseconds

1 2 3 45 6 7