HomeSort by: relevance | last modified time | path
    Searched defs:RetZExt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
FastISel.h 72 bool RetZExt : 1;
100 : RetSExt(false), RetZExt(false), IsVarArg(false), IsInReg(false),
114 RetZExt = Call.hasRetAttr(Attribute::ZExt);
138 RetZExt = Call.hasRetAttr(Attribute::ZExt);
TargetLowering.h 3705 bool RetZExt : 1;
3735 : RetSExt(false), RetZExt(false), IsVarArg(false), IsInReg(false),
3786 RetZExt = Call.hasRetAttr(Attribute::ZExt);
3836 RetZExt = Value;

Completed in 23 milliseconds