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 110 bool hasZExtAttr() const;
  /external/llvm/lib/IR/
Function.cpp 161 /// hasZExtAttr - Return true if this argument has the zext attribute on it in
163 bool Argument::hasZExtAttr() const {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 277 if ((IsZExt && Arg->hasZExtAttr()) || (!IsZExt && Arg->hasSExtAttr()))
    [all...]

Completed in 283 milliseconds