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 90 static ABIArgInfo getExtend(llvm::Type *T = 0) {
TargetInfo.cpp 374 ABIArgInfo::getExtend() : ABIArgInfo::getDirect());
389 ABIArgInfo::getExtend() : ABIArgInfo::getDirect());
626 ABIArgInfo::getExtend() : ABIArgInfo::getDirect());
753 ABIArgInfo::getExtend() : ABIArgInfo::getDirect());
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 702 Value *getExtend(Value *NarrowOper, Type *WideType, bool IsSigned,
728 Value *WidenIV::getExtend(Value *NarrowOper, Type *WideType, bool IsSigned,
768 getExtend(DU.NarrowUse->getOperand(0), WideType, IsSigned, DU.NarrowUse);
770 getExtend(DU.NarrowUse->getOperand(1), WideType, IsSigned, DU.NarrowUse);
    [all...]

Completed in 146 milliseconds