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

  /external/clang/lib/CodeGen/
ABIInfo.h 97 static ABIArgInfo getExtend(llvm::Type *T = 0) {
  /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 75 milliseconds