Home
last modified time | relevance | path

Searched refs:hasZExtAttr (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DArgument.h150 bool hasZExtAttr() const;
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DTypePromotion.cpp877 if (!Arg->hasZExtAttr() && !Arg->hasSExtAttr()) in TryToPromote()
DCodeGenPrepare.cpp7177 if (Arg->hasZExtAttr()) in optimizeSwitchType()
/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp450 if (V != nullptr && isa<Argument>(V) && cast<Argument>(V)->hasZExtAttr()) in zeroExtendToI32()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DFunction.cpp265 bool Argument::hasZExtAttr() const { in hasZExtAttr() function in Argument
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp310 if ((IsZExt && Arg->hasZExtAttr()) || (!IsZExt && Arg->hasSExtAttr())) in isIntExtFree()
4539 if ((IsZExt && Arg->hasZExtAttr()) || (!IsZExt && Arg->hasSExtAttr())) { in selectIntExt()