Searched refs:Int32Type (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/R600/
H A DR600TextureIntrinsicsReplacer.cpp32 Type *Int32Type; member in class:__anon10847::R600TextureIntrinsicsReplacer
126 ConstantInt::get(Int32Type, SrcSelect[0]),
127 ConstantInt::get(Int32Type, SrcSelect[1]),
128 ConstantInt::get(Int32Type, SrcSelect[2]),
129 ConstantInt::get(Int32Type, SrcSelect[3])
142 ConstantInt::get(Int32Type, CT[0]),
143 ConstantInt::get(Int32Type, CT[1]),
144 ConstantInt::get(Int32Type, CT[2]),
145 ConstantInt::get(Int32Type, CT[3])
170 ConstantInt::get(Int32Type,
[all...]
/external/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp372 Type *Int32Type = Type::getInt32Ty(Context); local
460 ActionArgs.push_back(ConstantInt::get(Int32Type, 1));
472 ActionArgs.push_back(ConstantInt::get(Int32Type, FrameEscapeIdx));
474 ActionArgs.push_back(ConstantInt::get(Int32Type, 0));
584 llvm::ConstantInt::get(Int32Type, AllocasToEscape.size() - 1)};

Completed in 68 milliseconds