Searched refs:ZeroExtended (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | SeparateConstOffsetFromGEP.cpp | 266 APInt find(Value *V, bool SignExtended, bool ZeroExtended, bool NonNegative); 270 bool ZeroExtended); 321 bool CanTraceInto(bool SignExtended, bool ZeroExtended, BinaryOperator *BO, 503 bool ZeroExtended, in CanTraceInto() argument 535 if (BO->getOpcode() == Instruction::Add && !ZeroExtended && NonNegative) { in CanTraceInto() 560 if (ZeroExtended && !BO->hasNoUnsignedWrap()) in CanTraceInto() 569 bool ZeroExtended) { in findInEitherOperand() argument 575 APInt ConstantOffset = find(BO->getOperand(0), SignExtended, ZeroExtended, in findInEitherOperand() 588 ConstantOffset = find(BO->getOperand(1), SignExtended, ZeroExtended, in findInEitherOperand() 603 bool ZeroExtended, bool NonNegative) { in find() argument [all …]
|