Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp264 APInt find(Value *V, bool SignExtended, bool ZeroExtended, bool NonNegative);
268 bool ZeroExtended);
319 bool CanTraceInto(bool SignExtended, bool ZeroExtended, BinaryOperator *BO,
512 bool ZeroExtended, in CanTraceInto() argument
534 if (ZeroExtended && !SignExtended && BO->getOpcode() == Instruction::Sub) in CanTraceInto()
548 if (BO->getOpcode() == Instruction::Add && !ZeroExtended && NonNegative) { in CanTraceInto()
573 if (ZeroExtended && !BO->hasNoUnsignedWrap()) in CanTraceInto()
582 bool ZeroExtended) { in findInEitherOperand() argument
588 APInt ConstantOffset = find(BO->getOperand(0), SignExtended, ZeroExtended, in findInEitherOperand()
601 ConstantOffset = find(BO->getOperand(1), SignExtended, ZeroExtended, in findInEitherOperand()
[all …]