OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSExtValue
(Results
51 - 75
of
90
) sorted by null
1
2
3
4
/external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp
[
all
...]
/frameworks/compile/slang/
slang_rs_reflection.cpp
432
C.out() << ((Val.getInt().
getSExtValue
() == 0) ? "false" : "true")
469
if (!Val.isInt() || Val.getInt().
getSExtValue
() != 0)
[
all
...]
slang_rs_object_ref_count.cpp
439
return static_cast<int>(CAT->getSize().
getSExtValue
());
[
all
...]
/external/clang/lib/Sema/
SemaChecking.cpp
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp
677
addSInt(Die, dwarf::DW_AT_const_value, form, Val.
getSExtValue
());
[
all
...]
AsmPrinter.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
[
all
...]
FastISel.cpp
506
TD.getTypeAllocSize(Ty)*cast<ConstantInt>(CI)->
getSExtValue
();
[
all
...]
SelectionDAGISel.cpp
[
all
...]
/external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
585
Result = PTOGV(tmp + Offset.
getSExtValue
());
[
all
...]
/external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp
[
all
...]
ARMISelLowering.cpp
[
all
...]
ARMBaseInstrInfo.cpp
[
all
...]
/external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp
169
int64_t Offset = OffsetAI.
getSExtValue
();
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp
[
all
...]
InstCombineCompares.cpp
531
Offset += Size*CI->
getSExtValue
();
561
Offset += Size*CI->
getSExtValue
();
[
all
...]
InstructionCombining.cpp
[
all
...]
/external/llvm/lib/Analysis/
ValueTracking.cpp
[
all
...]
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
871
uint64_t V = Val.
getSExtValue
();
[
all
...]
/external/llvm/lib/Support/
APInt.cpp
[
all
...]
/external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp
627
int64_t v = (int64_t)N->
getSExtValue
();
[
all
...]
/external/llvm/lib/Target/R600/
R600ISelLowering.cpp
545
int ijb = cast<ConstantSDNode>(Op.getOperand(2))->
getSExtValue
();
[
all
...]
/external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp
399
Offset = cast<ConstantSDNode>(BasePtr->getOperand(1))->
getSExtValue
();
[
all
...]
/external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp
658
int64_t SNumBytes = cast<ConstantInt>(MSI->getLength())->
getSExtValue
();
[
all
...]
/frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp
831
uint64_t V = IV->
getSExtValue
();
[
all
...]
Completed in 1577 milliseconds
1
2
3
4