HomeSort by relevance Sort by last modified time
    Searched refs:canLosslesslyBitCastTo (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/
Type.h 210 /// canLosslesslyBitCastTo - Return true if this type could be converted
215 bool canLosslesslyBitCastTo(Type *Ty) const;
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 396 return C1->getType()->canLosslesslyBitCastTo(C2->getType()) &&
GlobalOpt.cpp     [all...]
  /external/llvm/lib/VMCore/
Type.cpp 79 // canLosslesslyBitCastTo - Return true if this type can be converted to
82 bool Type::canLosslesslyBitCastTo(Type *Ty) const {
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 61 milliseconds