OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsSigned
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp
238
bool
IsSigned
= FD->getType()->isSignedIntegerOrEnumerationType();
348
return CGBitFieldInfo(FieldSize, NumComponents, Components,
IsSigned
);
[
all
...]
/external/llvm/include/llvm/MC/
MCAssembler.h
333
///
IsSigned
- True if this is a sleb128, false if uleb128.
334
bool
IsSigned
;
340
Value(&Value_),
IsSigned
(IsSigned_) { Contents.push_back(0); }
347
bool
isSigned
() const { return
IsSigned
; }
/external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp
143
bool
IsSigned
);
644
bool
IsSigned
= Rem->getOpcode() == Instruction::SRem;
645
if (
IsSigned
|| Rem->getOpcode() == Instruction::URem) {
646
EliminateIVRemainder(Rem, IVOperand,
IsSigned
);
775
bool
IsSigned
; // Was an sext user seen before a zext?
777
WideIVInfo() : WidestNativeType(0),
IsSigned
(false) {}
784
static void CollectExtend(CastInst *Cast, bool
IsSigned
, WideIVInfo &WI,
793
WI.
IsSigned
=
IsSigned
;
798
if (WI.
IsSigned
!= IsSigned
[
all
...]
/prebuilt/common/ant/
ant.jar
Completed in 739 milliseconds