Searched refs:isSupportedCastOp (Results 1 – 3 of 3) sorted by relevance
1348 static bool isSupportedCastOp(unsigned Opcode);
2188 assert(isSupportedCastOp(opc) && in getCast()2420 bool ConstantExpr::isSupportedCastOp(unsigned Opcode) { in isSupportedCastOp() function in ConstantExpr
1501 return ConstantExpr::isSupportedCastOp(Opcode); in isConstExprSupported()