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

  /external/llvm/include/llvm/IR/
Argument.h 118 bool hasSExtAttr() const;
  /external/llvm/lib/IR/
Function.cpp 175 /// hasSExtAttr Return true if this argument has the sext attribute on it in its
177 bool Argument::hasSExtAttr() const {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 278 if ((IsZExt && Arg->hasZExtAttr()) || (!IsZExt && Arg->hasSExtAttr()))
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 766 milliseconds