Home
last modified time | relevance | path

Searched refs:hasSExtAttr (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/IR/
DArgument.h118 bool hasSExtAttr() const;
/external/llvm/lib/IR/
DFunction.cpp177 bool Argument::hasSExtAttr() const { in hasSExtAttr() function in Argument
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp278 if ((IsZExt && Arg->hasZExtAttr()) || (!IsZExt && Arg->hasSExtAttr())) in isIntExtFree()
4396 if ((IsZExt && Arg->hasZExtAttr()) || (!IsZExt && Arg->hasSExtAttr())) { in selectIntExt()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp4714 if (Arg->hasSExtAttr()) in optimizeSwitchInst()