OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isDoubleTy
(Results
1 - 25
of
25
) sorted by null
/external/llvm/lib/Analysis/
ConstantFolding.cpp
260
if (CFP->getType()->
isDoubleTy
()) {
369
else if (LoadTy->
isDoubleTy
())
[
all
...]
ValueTracking.cpp
[
all
...]
/external/llvm/include/llvm/
Type.h
127
///
isDoubleTy
- Return true if this is 'double', a 64-bit IEEE fp type.
128
bool
isDoubleTy
() const { return ID == DoubleTyID; }
/external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
592
else if (CE->getType()->
isDoubleTy
())
607
else if (CE->getType()->
isDoubleTy
())
624
else if (Op0->getType()->
isDoubleTy
())
661
else if (DestTy->
isDoubleTy
())
[
all
...]
/frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp
244
else if (CE->getType()->
isDoubleTy
())
261
else if (CE->getType()->
isDoubleTy
())
283
else if (Op0->getType()->
isDoubleTy
())
332
else if (DestTy->
isDoubleTy
())
[
all
...]
/external/llvm/lib/Target/ARM/
ARMFastISel.cpp
[
all
...]
ARMCodeEmitter.cpp
669
else if (CFP->getType()->
isDoubleTy
())
[
all
...]
/external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp
[
all
...]
InstCombineCompares.cpp
[
all
...]
/external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp
212
if (!Op->getType()->
isDoubleTy
()) {
/external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp
[
all
...]
ScalarReplAggregates.cpp
361
} else if (In->isFloatTy() || In->
isDoubleTy
() ||
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
575
} else if (MI->getOperand(0).getFPImm()->getType()->
isDoubleTy
()) {
[
all
...]
/external/llvm/lib/CodeGen/
ELFWriter.cpp
466
if (CFP->getType()->
isDoubleTy
())
[
all
...]
/external/llvm/lib/Target/X86/
X86FastISel.cpp
[
all
...]
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
785
if (Ty->isFloatTy() || Ty->
isDoubleTy
()) {
[
all
...]
/external/llvm/lib/VMCore/
Constants.cpp
456
if (Ty->
isDoubleTy
())
[
all
...]
ConstantFold.cpp
576
DestTy->
isDoubleTy
() ? APFloat::IEEEdouble :
[
all
...]
/frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp
862
if (Ty->isFloatTy() || Ty->
isDoubleTy
()) {
[
all
...]
/external/clang/lib/CodeGen/
CGExprScalar.cpp
[
all
...]
TargetInfo.cpp
[
all
...]
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
[
all
...]
Completed in 2932 milliseconds