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

  /external/llvm/lib/CodeGen/
Analysis.cpp 253 unsigned CallerRetAttr = F->getAttributes().getRetAttributes();
254 if ((CalleeRetAttr ^ CallerRetAttr) & ~Attribute::NoAlias)
258 if ((CallerRetAttr & Attribute::ZExt) || (CallerRetAttr & Attribute::SExt))
293 unsigned CallerRetAttr = F->getAttributes().getRetAttributes();
294 if (CallerRetAttr & ~Attribute::NoAlias)
298 if ((CallerRetAttr & Attribute::ZExt) || (CallerRetAttr & Attribute::SExt))
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 615 unsigned CallerRetAttr = F->getAttributes().getRetAttributes();
616 if ((CallerRetAttr & Attribute::ZExt) || (CallerRetAttr & Attribute::SExt))
671 if ((CalleeRetAttr ^ CallerRetAttr) & ~Attribute::NoAlias)
    [all...]

Completed in 47 milliseconds