Home
last modified time | relevance | path

Searched refs:getWidestType (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/polly/lib/CodeGen/
DIslExprBuilder.cpp164 Type *IslExprBuilder::getWidestType(Type *T1, Type *T2) { in getWidestType() function in IslExprBuilder
183 MaxType = getWidestType(MaxType, V->getType()); in createOpUnary()
214 Type *Ty = getWidestType(V->getType(), OpV->getType()); in createOpNAry()
299 Type *Ty = getWidestType(NextIndex->getType(), IndexOp->getType()); in createAccessAddress()
325 Type *Ty = getWidestType(DimSize->getType(), IndexOp->getType()); in createAccessAddress()
368 MaxType = getWidestType(LHSType, RHSType); in createOpBin()
388 MaxType = getWidestType(MaxType, getType(Expr)); in createOpBin()
470 MaxType = getWidestType(MaxType, LHS->getType()); in createOpSelect()
471 MaxType = getWidestType(MaxType, RHS->getType()); in createOpSelect()
514 MaxType = getWidestType(MaxType, RHS->getType()); in createOpICmp()
DIslNodeBuilder.cpp445 MaxType = ExprBuilder.getWidestType(MaxType, ValueLB->getType()); in createForVector()
446 MaxType = ExprBuilder.getWidestType(MaxType, ValueInc->getType()); in createForVector()
542 MaxType = ExprBuilder.getWidestType(MaxType, ValueLB->getType()); in createForSequential()
543 MaxType = ExprBuilder.getWidestType(MaxType, ValueUB->getType()); in createForSequential()
544 MaxType = ExprBuilder.getWidestType(MaxType, ValueInc->getType()); in createForSequential()
652 MaxType = ExprBuilder.getWidestType(MaxType, ValueLB->getType()); in createForParallel()
653 MaxType = ExprBuilder.getWidestType(MaxType, ValueUB->getType()); in createForParallel()
654 MaxType = ExprBuilder.getWidestType(MaxType, ValueInc->getType()); in createForParallel()
/external/llvm-project/polly/include/polly/CodeGen/
DIslExprBuilder.h140 llvm::Type *getWidestType(llvm::Type *T1, llvm::Type *T2);