HomeSort by relevance Sort by last modified time
    Searched refs:getInt32Ty (Results 51 - 75 of 106) sorted by null

1 23 4 5

  /external/llvm/lib/Analysis/
LoopDependenceAnalysis.cpp 106 return SE->getConstant(Type::getInt32Ty(SE->getContext()), 0L);
ConstantFolding.cpp 307 C = FoldBitCast(C, Type::getInt32Ty(C->getContext()), TD);
719 NewIdxs.push_back(ConstantInt::get(Type::getInt32Ty(Ty->getContext()),
    [all...]
ScalarEvolutionExpander.cpp 471 ConstantInt::get(Type::getInt32Ty(Ty->getContext()), ElIdx));
503 Constant::getNullValue(Type::getInt32Ty(Ty->getContext())));
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 171 Type::getInt32Ty(*CurDAG->getContext()), Val),
  /external/llvm/lib/VMCore/
DebugLoc.cpp 107 Type *Int32 = Type::getInt32Ty(Ctx2);
Type.cpp 262 IntegerType *Type::getInt32Ty(LLVMContext &C) { return &C.pImpl->Int32Ty; }
314 return getInt32Ty(C)->getPointerTo(AS);
335 case 32: return cast<IntegerType>(Type::getInt32Ty(C));
Constants.cpp     [all...]
  /external/mesa3d/src/pixelflinger2/
llvm_helper.h 51 return VectorType::get(Type::getInt32Ty(builder.getContext()), 4);
texture.cpp 359 funcArgs.push_back(llvm::Type::getInt32Ty(llvm_ctx));
  /frameworks/compile/libbcc/lib/Transforms/
ForEachExpand.cpp 134 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*C);
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 145 Type *SelTy = Type::getInt32Ty(Context);
491 Op<0>() = UndefValue::get(Type::getInt32Ty(Context));
    [all...]
  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 208 Type *Int32Ty = Type::getInt32Ty(TorList[0].first->getContext());
  /external/mesa3d/src/glsl/
ir_to_llvm.cpp 134 return llvm::Type::getInt32Ty(ctx);
325 return llvm::ConstantInt::get(llvm::Type::getInt32Ty(ctx), v);
445 llvm::Type* int_ty = llvm::Type::getInt32Ty(v->getContext());
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 193 Op<0>() = UndefValue::get(Type::getInt32Ty(Context));
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
InstructionCombining.cpp 774 NewIndices.push_back(ConstantInt::get(Type::getInt32Ty(Ty->getContext()),
    [all...]
InstCombineCalls.cpp 27 return Type::getInt32Ty(Ty->getContext());
690 ConstantInt::get(Type::getInt32Ty(II->getContext()),
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 540 ResultType = llvm::Type::getInt32Ty(getLLVMContext());
TargetInfo.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 525 C = ConstantInt::get(Type::getInt32Ty(F->getContext()),
  /external/llvm/lib/Target/
TargetData.cpp 609 Type::getInt32Ty(ptrTy->getContext()) &&
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
SimplifyLibCalls.cpp     [all...]
  /external/llvm/unittests/Analysis/
ScalarEvolutionTest.cpp 91 Type *Ty = Type::getInt32Ty(Context);
  /frameworks/compile/slang/
slang_rs_export_type.cpp     [all...]

Completed in 735 milliseconds

1 23 4 5