OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:I32Ty
(Results
1 - 9
of
9
) sorted by null
/external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp
741
Type *
I32Ty
= B.getInt32Ty();
743
M->getOrInsertFunction("strchr", I8Ptr, I8Ptr,
I32Ty
, nullptr);
746
StrChr, {castToCStr(Ptr, B), ConstantInt::get(
I32Ty
, C)}, "strchr");
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
BuildLibCalls.cpp
62
Type *
I32Ty
= B.getInt32Ty();
64
I8Ptr, I8Ptr,
I32Ty
, NULL);
66
ConstantInt::get(
I32Ty
, C), "strchr");
/frameworks/compile/libbcc/lib/
RSScriptGroupFusion.cpp
154
llvm::Type*
I32Ty
= llvm::IntegerType::get(Context.getLLVMContext(), 32);
156
ArgTys.push_back(
I32Ty
);
159
ArgTys.push_back(
I32Ty
);
162
ArgTys.push_back(
I32Ty
);
RSKernelExpand.cpp
534
llvm::IntegerType *
I32Ty
= llvm::Type::getInt32Ty(*Context);
536
[
I32Ty
](int32_t Arg) { return llvm::ConstantInt::get(
I32Ty
, Arg); });
[
all
...]
/external/swiftshader/third_party/LLVM/lib/VMCore/
AutoUpgrade.cpp
310
llvm::Type *
I32Ty
= llvm::Type::getInt32Ty(CI->getContext());
315
llvm::ConstantInt::get(
I32Ty
, 1) };
/external/llvm/lib/Target/AMDGPU/
AMDGPUPromoteAlloca.cpp
291
Type *
I32Ty
= Type::getInt32Ty(Mod->getContext());
293
DispatchPtr, PointerType::get(
I32Ty
, AMDGPUAS::CONSTANT_ADDRESS));
/external/llvm/unittests/IR/
InstructionsTest.cpp
299
Type *
I32Ty
= IntegerType::get(C, 32);
301
PointerType *Ptri32Ty = PointerType::get(
I32Ty
, 0);
327
GetElementPtrInst *Gep0 = GetElementPtrInst::Create(
I32Ty
, PtrVecA, C2xi32a);
328
GetElementPtrInst *Gep1 = GetElementPtrInst::Create(
I32Ty
, PtrVecA, C2xi32b);
329
GetElementPtrInst *Gep2 = GetElementPtrInst::Create(
I32Ty
, PtrVecB, C2xi32a);
330
GetElementPtrInst *Gep3 = GetElementPtrInst::Create(
I32Ty
, PtrVecB, C2xi32b);
358
GetElementPtrInst *GepII0 = GetElementPtrInst::Create(
I32Ty
, Gep0, C2xi32b);
359
GetElementPtrInst *GepII1 = GetElementPtrInst::Create(
I32Ty
, Gep1, C2xi32a);
360
GetElementPtrInst *GepII2 = GetElementPtrInst::Create(
I32Ty
, Gep2, C2xi32b);
361
GetElementPtrInst *GepII3 = GetElementPtrInst::Create(
I32Ty
, Gep3, C2xi32a)
[
all
...]
/external/llvm/lib/IR/
AutoUpgrade.cpp
[
all
...]
/external/llvm/include/llvm/IR/
IRBuilder.h
[
all
...]
Completed in 4585 milliseconds