Searched defs:isCast (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/
H A DInstruction.h88 bool isCast() const { return isCast(getOpcode()); } function in class:llvm::Instruction
117 static inline bool isCast(unsigned OpCode) { function in class:llvm::Instruction
/external/javassist/src/main/javassist/compiler/
H A DCodeGen.java899 boolean isCast)
907 else if (isCast && srcDim == 0 && srcType == CLASS
897 invalidDim(int srcType, int srcDim, String srcClass, int destType, int destDim, String destClass, boolean isCast) argument
/external/llvm/lib/VMCore/
H A DConstants.cpp979 bool ConstantExpr::isCast() const { function in class:ConstantExpr
980 return Instruction::isCast(getOpcode());
1364 assert(Instruction::isCast(opc) && "opcode out of range");

Completed in 304 milliseconds