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

  /external/clang/lib/CodeGen/
ABIInfo.h 96 static ABIArgInfo getExtend(llvm::Type *T = 0) {
TargetInfo.cpp 381 ABIArgInfo::getExtend() : ABIArgInfo::getDirect());
396 ABIArgInfo::getExtend() : ABIArgInfo::getDirect());
453 ABIArgInfo::getExtend() : ABIArgInfo::getDirect());
480 ABIArgInfo::getExtend() : ABIArgInfo::getDirect());
723 ABIArgInfo::getExtend() : ABIArgInfo::getDirect());
936 return ABIArgInfo::getExtend();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 704 Value *getExtend(Value *NarrowOper, Type *WideType, bool IsSigned,
730 Value *WidenIV::getExtend(Value *NarrowOper, Type *WideType, bool IsSigned,
770 getExtend(DU.NarrowUse->getOperand(0), WideType, IsSigned, DU.NarrowUse);
772 getExtend(DU.NarrowUse->getOperand(1), WideType, IsSigned, DU.NarrowUse);
    [all...]

Completed in 321 milliseconds