OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canLosslesslyBitCastTo
(Results
1 - 7
of
7
) sorted by null
/external/llvm/include/llvm/IR/
Type.h
231
///
canLosslesslyBitCastTo
- Return true if this type could be converted
236
bool
canLosslesslyBitCastTo
(Type *Ty) const;
/external/llvm/lib/IR/
Type.cpp
62
//
canLosslesslyBitCastTo
- Return true if this type can be converted to
65
bool Type::
canLosslesslyBitCastTo
(Type *Ty) const {
Verifier.cpp
[
all
...]
/external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp
402
return C1->getType()->
canLosslesslyBitCastTo
(C2->getType()) &&
GlobalOpt.cpp
[
all
...]
/external/clang/lib/CodeGen/
CGBuiltin.cpp
[
all
...]
CodeGenModule.cpp
727
->
canLosslesslyBitCastTo
(F->getReturnType()) &&
[
all
...]
Completed in 1153 milliseconds