OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPPC_FP128Ty
(Results
1 - 11
of
11
) sorted by null
/external/llvm/include/llvm/
Type.h
136
///
isPPC_FP128Ty
- Return true if this is powerpc long double.
137
bool
isPPC_FP128Ty
() const { return ID == PPC_FP128TyID; }
/external/llvm/lib/VMCore/
ConstantFold.cpp
171
!DestTy->
isPPC_FP128Ty
()));
521
if (V->getType()->
isPPC_FP128Ty
() || DestTy->
isPPC_FP128Ty
())
[
all
...]
Constants.cpp
122
!Ty->
isPPC_FP128Ty
());
463
assert(Ty->
isPPC_FP128Ty
() && "Unknown FP format");
[
all
...]
/external/llvm/lib/CodeGen/
ELFWriter.cpp
474
} else if (CFP->getType()->
isPPC_FP128Ty
())
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
[
all
...]
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
794
} else if (Ty->isFP128Ty() || Ty->
isPPC_FP128Ty
()) {
[
all
...]
/frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp
[
all
...]
/external/clang/lib/CodeGen/
CGBuiltin.cpp
[
all
...]
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp
[
all
...]
Completed in 6651 milliseconds