Searched refs:SignExtended (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/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, 513 bool ConstantOffsetExtractor::CanTraceInto(bool SignExtended, in CanTraceInto() argument 536 if (ZeroExtended && !SignExtended && BO->getOpcode() == Instruction::Sub) in CanTraceInto() 573 if (SignExtended && !BO->hasNoSignedWrap()) in CanTraceInto() 583 bool SignExtended, in findInEitherOperand() argument 590 APInt ConstantOffset = find(BO->getOperand(0), SignExtended, ZeroExtended, in findInEitherOperand() 603 ConstantOffset = find(BO->getOperand(1), SignExtended, ZeroExtended, in findInEitherOperand() 617 APInt ConstantOffsetExtractor::find(Value *V, bool SignExtended, in find() argument [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 3858 int8_t SignExtended; in moveNext() local 3946 SignExtended = MachO::BIND_OPCODE_MASK | ImmValue; in moveNext() 3947 Ordinal = SignExtended; in moveNext()
|