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

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

Completed in 447 milliseconds