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

  /external/llvm/include/llvm/IR/
Type.h 228 /// canLosslesslyBitCastTo - Return true if this type could be converted
233 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/clang/lib/CodeGen/
CodeGenModule.cpp 845 ->canLosslesslyBitCastTo(F->getReturnType()) &&
    [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 480 milliseconds