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 97 static ABIArgInfo getExtend(llvm::Type *T = 0) {
TargetInfo.cpp 405 ABIArgInfo::getExtend() : ABIArgInfo::getDirect());
420 ABIArgInfo::getExtend() : ABIArgInfo::getDirect());
476 ABIArgInfo::getExtend() : ABIArgInfo::getDirect());
492 ABIArgInfo::getExtend() : ABIArgInfo::getDirect());
739 ABIArgInfo::getExtend() : ABIArgInfo::getDirect());
944 return ABIArgInfo::getExtend();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 743 Value *getExtend(Value *NarrowOper, Type *WideType, bool IsSigned,
769 Value *WidenIV::getExtend(Value *NarrowOper, Type *WideType, bool IsSigned,
809 getExtend(DU.NarrowUse->getOperand(0), WideType, IsSigned, DU.NarrowUse);
811 getExtend(DU.NarrowUse->getOperand(1), WideType, IsSigned, DU.NarrowUse);
    [all...]

Completed in 218 milliseconds