HomeSort by relevance Sort by last modified time
    Searched refs:IsSExt (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/
FastISel.h 35 bool IsSExt : 1;
46 : Val(nullptr), Ty(nullptr), IsSExt(false), IsZExt(false),
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 83 IsSExt = CS->paramHasAttr(AttrIdx, Attribute::SExt);
    [all...]

Completed in 200 milliseconds