Searched refs:SignExtended (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SeparateConstOffsetFromGEP.cpp | 264 APInt find(Value *V, bool SignExtended, bool ZeroExtended, bool NonNegative); 267 APInt findInEitherOperand(BinaryOperator *BO, bool SignExtended, 319 bool CanTraceInto(bool SignExtended, bool ZeroExtended, BinaryOperator *BO, 511 bool ConstantOffsetExtractor::CanTraceInto(bool SignExtended, in CanTraceInto() argument 534 if (ZeroExtended && !SignExtended && BO->getOpcode() == Instruction::Sub) in CanTraceInto() 571 if (SignExtended && !BO->hasNoSignedWrap()) in CanTraceInto() 581 bool SignExtended, in findInEitherOperand() argument 588 APInt ConstantOffset = find(BO->getOperand(0), SignExtended, ZeroExtended, in findInEitherOperand() 601 ConstantOffset = find(BO->getOperand(1), SignExtended, ZeroExtended, in findInEitherOperand() 615 APInt ConstantOffsetExtractor::find(Value *V, bool SignExtended, in find() argument [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 3859 int8_t SignExtended; in moveNext() local 3947 SignExtended = MachO::BIND_OPCODE_MASK | ImmValue; in moveNext() 3948 Ordinal = SignExtended; in moveNext()
|