OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SignExtended
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp
238
/// \p
SignExtended
Whether V will be sign-extended in the computation of the
246
APInt find(Value *V, bool
SignExtended
, bool ZeroExtended, bool NonNegative);
248
APInt findInEitherOperand(BinaryOperator *BO, bool
SignExtended
,
292
/// \p
SignExtended
Whether BO is surrounded by sext
296
bool CanTraceInto(bool
SignExtended
, bool ZeroExtended, BinaryOperator *BO,
445
bool ConstantOffsetExtractor::CanTraceInto(bool
SignExtended
,
469
//
SignExtended
| ZeroExtended | Distributable?
499
if (
SignExtended
&& !BO->hasNoSignedWrap())
509
bool
SignExtended
,
513
APInt ConstantOffset = find(BO->getOperand(0),
SignExtended
, ZeroExtended
[
all
...]
/external/llvm/lib/Object/
MachOObjectFile.cpp
[
all
...]
Completed in 82 milliseconds