OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getConstantUndef
(Results
1 - 7
of
7
) sorted by null
/external/swiftshader/src/Reactor/
Optimizer.cpp
146
auto *undef = context->
getConstantUndef
(loadData->getType());
405
newValue = context->
getConstantUndef
(oldValue->getType());
SubzeroReactor.cpp
879
auto target = ::context->
getConstantUndef
(Ice::IceType_i32);
934
auto target = ::context->
getConstantUndef
(Ice::IceType_i32);
[
all
...]
/external/swiftshader/third_party/subzero/src/
IceGlobalContext.h
254
Constant *
getConstantUndef
(Type Ty);
IceConverter.cpp
161
return Ctx->
getConstantUndef
(convertToIceType(CU->getType()));
[
all
...]
IceGlobalContext.cpp
820
Constant *GlobalContext::
getConstantUndef
(Type Ty) {
[
all
...]
PNaClTranslator.cpp
[
all
...]
IceTargetLoweringX86BaseImpl.h
[
all
...]
Completed in 191 milliseconds