Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp389 static Constant *getSignedIntOrFpConstant(Type *Ty, int64_t C) { in getSignedIntOrFpConstant() function
2381 AddOp, StartIdx0, getSignedIntOrFpConstant(ScalarIVTy, Lane)); in buildScalarSteps()
9268 Value *Zero = getSignedIntOrFpConstant(Start->getType(), 0); in execute()