Searched refs:CallerRetAttr (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DAnalysis.cpp316 Attributes CallerRetAttr = F->getAttributes().getRetAttributes(); local
317 if ((CalleeRetAttr ^ CallerRetAttr) & ~Attribute::NoAlias)
321 if ((CallerRetAttr & Attribute::ZExt) || (CallerRetAttr & Attribute::SExt))
356 Attributes CallerRetAttr = F->getAttributes().getRetAttributes(); local
357 if (CallerRetAttr & ~Attribute::NoAlias)
361 if ((CallerRetAttr & Attribute::ZExt) || (CallerRetAttr & Attribute::SExt))
/external/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp714 Attributes CallerRetAttr = F->getAttributes().getRetAttributes(); local
715 if ((CallerRetAttr & Attribute::ZExt) || (CallerRetAttr & Attribute::SExt))
773 if ((CalleeRetAttr ^ CallerRetAttr) & ~Attribute::NoAlias)

Completed in 65 milliseconds