Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp246 APInt find(Value *V, bool SignExtended, bool ZeroExtended, bool NonNegative);
249 bool ZeroExtended);
296 bool CanTraceInto(bool SignExtended, bool ZeroExtended, BinaryOperator *BO,
446 bool ZeroExtended, in CanTraceInto() argument
476 if (BO->getOpcode() == Instruction::Add && !ZeroExtended && NonNegative) { in CanTraceInto()
501 if (ZeroExtended && !BO->hasNoUnsignedWrap()) in CanTraceInto()
510 bool ZeroExtended) { in findInEitherOperand() argument
513 APInt ConstantOffset = find(BO->getOperand(0), SignExtended, ZeroExtended, in findInEitherOperand()
521 ConstantOffset = find(BO->getOperand(1), SignExtended, ZeroExtended, in findInEitherOperand()
531 bool ZeroExtended, bool NonNegative) { in find() argument
[all …]