Searched refs:SignExtended (Results 1 – 2 of 2) 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); 269 APInt findInEitherOperand(BinaryOperator *BO, bool SignExtended, 321 bool CanTraceInto(bool SignExtended, bool ZeroExtended, BinaryOperator *BO, 502 bool ConstantOffsetExtractor::CanTraceInto(bool SignExtended, in CanTraceInto() argument 558 if (SignExtended && !BO->hasNoSignedWrap()) in CanTraceInto() 568 bool SignExtended, in findInEitherOperand() argument 575 APInt ConstantOffset = find(BO->getOperand(0), SignExtended, ZeroExtended, in findInEitherOperand() 588 ConstantOffset = find(BO->getOperand(1), SignExtended, ZeroExtended, in findInEitherOperand() 602 APInt ConstantOffsetExtractor::find(Value *V, bool SignExtended, in find() argument 619 if (CanTraceInto(SignExtended, ZeroExtended, BO, NonNegative)) in find() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 3848 int8_t SignExtended; in moveNext() local 3936 SignExtended = MachO::BIND_OPCODE_MASK | ImmValue; in moveNext() 3937 Ordinal = SignExtended; in moveNext()
|