OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RetSExt
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/CodeGen/
FastISel.h
58
bool
RetSExt
: 1;
88
: RetTy(nullptr),
RetSExt
(false), RetZExt(false), IsVarArg(false),
104
RetSExt
= Call.paramHasAttr(0, Attribute::SExt);
128
RetSExt
= Call.paramHasAttr(0, Attribute::SExt);
/external/llvm/include/llvm/Target/
TargetLowering.h
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp
[
all
...]
SelectionDAGBuilder.cpp
[
all
...]
Completed in 218 milliseconds