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

  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 112 static ABIArgInfo getExtend(llvm::Type *T = nullptr) {
119 auto AI = getExtend(T);
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 751 Value *getExtend(Value *NarrowOper, Type *WideType, bool IsSigned,
777 Value *WidenIV::getExtend(Value *NarrowOper, Type *WideType, bool IsSigned,
817 getExtend(DU.NarrowUse->getOperand(0), WideType, IsSigned, DU.NarrowUse);
819 getExtend(DU.NarrowUse->getOperand(1), WideType, IsSigned, DU.NarrowUse);
    [all...]

Completed in 77 milliseconds