HomeSort by: relevance | last modified time | path
    Searched refs:hasSExtAttr (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Argument.h 153 bool hasSExtAttr() const;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TypePromotion.cpp 911 if (!Arg->hasZExtAttr() && !Arg->hasSExtAttr())
CodeGenPrepare.cpp 6997 if (Arg->hasSExtAttr())
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Function.cpp 276 bool Argument::hasSExtAttr() const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 310 if ((IsZExt && Arg->hasZExtAttr()) || (!IsZExt && Arg->hasSExtAttr()))
4495 if ((IsZExt && Arg->hasZExtAttr()) || (!IsZExt && Arg->hasSExtAttr())) {

Completed in 28 milliseconds