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

  /external/llvm/lib/IR/
Type.cpp 54 bool Type::canLosslesslyBitCastTo(Type *Ty) const {
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Type.cpp 77 // canLosslesslyBitCastTo - Return true if this type can be converted to
80 bool Type::canLosslesslyBitCastTo(Type *Ty) const {

Completed in 70 milliseconds