HomeSort by relevance Sort by last modified time
    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