HomeSort by relevance Sort by last modified time
    Searched refs:getInt32Ty (Results 76 - 100 of 129) sorted by null

1 2 34 5 6

  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 208 Type *Int32Ty = Type::getInt32Ty(TorList[0].first->getContext());
  /external/llvm/unittests/Analysis/
ScalarEvolutionTest.cpp 91 Type *Ty = Type::getInt32Ty(Context);
  /external/llvm/unittests/IR/
ConstantsTest.cpp 168 Type *Int32Ty = Type::getInt32Ty(getGlobalContext());
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 208 Op<0>() = UndefValue::get(Type::getInt32Ty(Context));
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp 896 llvm::IntegerType *Int32 = llvm::Type::getInt32Ty(LLVMContext);
    [all...]
CGExpr.cpp     [all...]
CodeGenTypes.cpp 573 ResultType = llvm::Type::getInt32Ty(getLLVMContext());
CGCleanup.cpp     [all...]
CGRecordLayoutBuilder.cpp 666 llvm::FunctionType::get(llvm::Type::getInt32Ty(Types.getLLVMContext()),
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
InstructionCombining.cpp 799 NewIndices.push_back(ConstantInt::get(Type::getInt32Ty(Ty->getContext()),
    [all...]
InstCombineCalls.cpp 32 return Type::getInt32Ty(Ty->getContext());
649 ConstantInt::get(Type::getInt32Ty(II->getContext()),
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 531 C = ConstantInt::get(Type::getInt32Ty(F->getContext()),
  /external/llvm/lib/IR/
DataLayout.cpp 644 Type::getInt32Ty(ptrTy->getContext()) &&
Constants.cpp     [all...]
DebugInfo.cpp 827 Elts.push_back(Constant::getNullValue(Type::getInt32Ty(VMContext))):
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 395 ConstantInt::get(Type::getInt32Ty(MF.getFunction()->getContext()), Val);
Thumb1RegisterInfo.cpp 75 Type::getInt32Ty(MBB.getParent()->getFunction()->getContext()), Val);
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 493 Type::getInt32Ty(C);
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
InlineFunction.cpp 404 ConstantInt::get(Type::getInt32Ty(Context), 1),
    [all...]
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 228 Type *GTy = Type::getInt32Ty(context);
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 292 C = FoldBitCast(C, Type::getInt32Ty(C->getContext()), TD);
773 NewIdxs.push_back(ConstantInt::get(Type::getInt32Ty(Ty->getContext()),
    [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp     [all...]

Completed in 1016 milliseconds

1 2 34 5 6