Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp235 struct ExtendedValue { struct
240 explicit ExtendedValue(const Value *V, unsigned ZExtBits = 0, in ExtendedValue() function
248 ExtendedValue withValue(const Value *NewV) const { in withValue() argument
249 return ExtendedValue(NewV, ZExtBits, SExtBits); in withValue()
252 ExtendedValue withZExtOfValue(const Value *NewV) const { in withZExtOfValue() argument
256 return ExtendedValue(NewV, ZExtBits + SExtBits + ExtendBy, 0); in withZExtOfValue()
259 ExtendedValue withSExtOfValue(const Value *NewV) const { in withSExtOfValue() argument
263 return ExtendedValue(NewV, ZExtBits, SExtBits + ExtendBy); in withSExtOfValue()
283 ExtendedValue Val;
290 LinearExpression(const ExtendedValue &Val, const APInt &Scale, in LinearExpression()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10405 SDValue ExtendedValue = in LowerINSERT_VECTOR_ELT() local
10412 ExtendedValue, Op.getOperand(2)); in LowerINSERT_VECTOR_ELT()